fix(build): make sure to properly load handlers for plugins that were built during startup. Fixes #744

This commit is contained in:
Folke Lemaitre 2023-04-24 07:54:21 +02:00
parent a55ab60625
commit a758588008
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 4 deletions

View file

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