mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(build): make sure to properly load handlers for plugins that were built during startup. Fixes #744
This commit is contained in:
parent
a55ab60625
commit
a758588008
2 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue