mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 15:30:08 +00:00
fix(install): update lockfile also on install
This commit is contained in:
parent
7f6f31d66f
commit
4cf176bdab
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ function M.install(opts)
|
|||
return plugin.url and not plugin._.installed
|
||||
end,
|
||||
}, opts):wait(function()
|
||||
require("lazy.manage.lock").update()
|
||||
require("lazy.help").update()
|
||||
end)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue