Skip to content

Commit 80c4dec

Browse files
committed
fix(loader): dont clear tasks when istalling missing plugins
1 parent aba872e commit 80c4dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/loader.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function M.install_missing()
6969
break
7070
end
7171
end
72-
require("lazy.manage").install({ wait = true, lockfile = true })
72+
require("lazy.manage").install({ wait = true, lockfile = true, clear = false })
7373
-- remove any installed plugins from indexed, so cache will index again
7474
for _, p in pairs(Config.plugins) do
7575
if p._.installed then

0 commit comments

Comments
 (0)