fix(install): update lockfile also on install

This commit is contained in:
Folke Lemaitre 2022-12-21 23:18:35 +01:00
parent 7f6f31d66f
commit 4cf176bdab
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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