mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 21:36:45 +00:00
fix(plugin): check optional plugins again after resolving enabled. Fixes #1402
This commit is contained in:
parent
eb4957442e
commit
067fd41933
1 changed files with 3 additions and 0 deletions
|
@ -319,6 +319,9 @@ function Spec:fix_disabled()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- check optional plugins again
|
||||||
|
self:fix_optional()
|
||||||
|
|
||||||
-- rebuild any plugin specs that were modified
|
-- rebuild any plugin specs that were modified
|
||||||
self:rebuild()
|
self:rebuild()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue