mirror of https://github.com/folke/lazy.nvim.git
style: debug
This commit is contained in:
parent
e749e68b68
commit
ff1e322b4f
|
@ -190,7 +190,7 @@ function M.load(modkey, modpath)
|
|||
end
|
||||
entry.hash = hash
|
||||
|
||||
if M.debug and M.enabled then
|
||||
if M.debug then
|
||||
vim.schedule(function()
|
||||
vim.notify("[cache:load] " .. modpath)
|
||||
end)
|
||||
|
|
Loading…
Reference in New Issue