Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed May 1, 2024
1 parent e43dd23 commit 43d6a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/doppler.nvim.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- main module file
local module = require("doppler.nvim.module")
local module = require("doppler.module")

---@class Config
---@field opt string Your config option
Expand Down
2 changes: 1 addition & 1 deletion plugin/doppler.nvim.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vim.api.nvim_create_user_command("DopplerConfigs", require("doppler.nvim").hello, {})
vim.api.nvim_create_user_command("DopplerConfigs", require("doppler").hello, {})

-- set -a
-- source <(doppler secrets download --no-file --format env)
Expand Down
2 changes: 1 addition & 1 deletion tests/doppler.nvim/plugin_name_spec.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local plugin = require("plugin_name")
local plugin = require("plugin.doppler.nvim")

describe("setup", function()
it("works with default", function()
Expand Down

0 comments on commit 43d6a69

Please sign in to comment.