feat(startup): missing plugins will now install the versions in the lockfile if available. Fixes #138

This commit is contained in:
Folke Lemaitre 2022-12-30 09:17:46 +01:00
parent 1283c2b288
commit 81ee02b8f6
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 4 additions and 3 deletions

View file

@ -40,7 +40,7 @@ function M.setup()
break
end
end
require("lazy.manage").install({ wait = true })
require("lazy.manage").install({ wait = true, lockfile = true })
break
end
end