Skip to content

Commit 50bd7dd

Browse files
committed
refactor: git
1 parent 550338d commit 50bd7dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lua/which-key/config.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ function M.setup(opts)
248248
if M.options.debug then
249249
Util.debug("\n\nDebug Started for v" .. M.version)
250250
if package.loaded.lazy then
251-
local LazyConfig = require("lazy.core.config")
252251
local Git = require("lazy.manage.git")
253-
local plugin = LazyConfig.plugins["which-key.nvim"]
252+
local plugin = require("lazy.core.config").plugins["which-key.nvim"]
254253
Util.debug(vim.inspect(Git.info(plugin.dir)))
255254
end
256255
end

0 commit comments

Comments
 (0)