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