fix(loader): dont clear tasks when istalling missing plugins

This commit is contained in:
Folke Lemaitre 2023-05-17 19:35:16 +02:00
parent aba872ec78
commit 80c4decc32
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function M.install_missing()
break
end
end
require("lazy.manage").install({ wait = true, lockfile = true })
require("lazy.manage").install({ wait = true, lockfile = true, clear = false })
-- remove any installed plugins from indexed, so cache will index again
for _, p in pairs(Config.plugins) do
if p._.installed then