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
|
end
|
||||||
entry.hash = hash
|
entry.hash = hash
|
||||||
|
|
||||||
if M.debug and M.enabled then
|
if M.debug then
|
||||||
vim.schedule(function()
|
vim.schedule(function()
|
||||||
vim.notify("[cache:load] " .. modpath)
|
vim.notify("[cache:load] " .. modpath)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue