We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c4dec commit aecdaabCopy full SHA for aecdaab
lua/lazy/core/loader.lua
@@ -69,6 +69,7 @@ function M.install_missing()
69
break
70
end
71
72
+ Cache.reset()
73
require("lazy.manage").install({ wait = true, lockfile = true, clear = false })
74
-- remove any installed plugins from indexed, so cache will index again
75
for _, p in pairs(Config.plugins) do
0 commit comments