Skip to content

Commit

Permalink
refactor: git
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 24, 2024
1 parent 550338d commit 50bd7dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/which-key/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,8 @@ function M.setup(opts)
if M.options.debug then
Util.debug("\n\nDebug Started for v" .. M.version)
if package.loaded.lazy then
local LazyConfig = require("lazy.core.config")
local Git = require("lazy.manage.git")
local plugin = LazyConfig.plugins["which-key.nvim"]
local plugin = require("lazy.core.config").plugins["which-key.nvim"]
Util.debug(vim.inspect(Git.info(plugin.dir)))
end
end
Expand Down

0 comments on commit 50bd7dd

Please sign in to comment.