mirror of https://github.com/folke/lazy.nvim.git
fix(install): update lockfile also on install
This commit is contained in:
parent
7f6f31d66f
commit
4cf176bdab
|
@ -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…
Reference in New Issue