mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix(runner): sync package specs after installing and before building
This commit is contained in:
parent
656d3d1f5b
commit
105d4805ad
4 changed files with 58 additions and 24 deletions
|
@ -342,6 +342,7 @@ function M.load()
|
|||
Config.plugins[name]._ = plugin._
|
||||
Config.plugins[name]._.dep = new_state.dep
|
||||
Config.plugins[name]._.frags = new_state.frags
|
||||
Config.plugins[name]._.pkg = new_state.pkg
|
||||
end
|
||||
end
|
||||
Util.track()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue