We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9ba37 commit d51cf69Copy full SHA for d51cf69
lua/lazy/core/meta.lua
@@ -314,17 +314,16 @@ function M:fix_disabled()
314
else
315
self:disable(plugin)
316
end
317
+ self:rebuild()
318
319
320
321
322
-- disable top-level plugins first, since they may have non-top-level frags
323
-- that disable other plugins
324
check(true)
- self:rebuild()
325
-- then disable non-top-level plugins
326
check(false)
327
328
return changes
329
330
0 commit comments