mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(loader): incrementally install missing plugins and rebuild spec, so imported specs from plugins work as expected
This commit is contained in:
parent
919b7f5de3
commit
2d06faa941
3 changed files with 43 additions and 17 deletions
|
@ -49,9 +49,6 @@ function M.setup(spec, opts)
|
|||
Config.setup(opts)
|
||||
Util.track()
|
||||
|
||||
-- load the plugins
|
||||
Plugin.load()
|
||||
|
||||
-- setup loader and handlers
|
||||
Loader.setup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue