diff --git a/lua/lazy/core/cache.lua b/lua/lazy/core/cache.lua index 6fa9711..c05c0af 100644 --- a/lua/lazy/core/cache.lua +++ b/lua/lazy/core/cache.lua @@ -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)