mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(startup): missing plugins will now install the versions in the lockfile if available. Fixes #138
This commit is contained in:
parent
1283c2b288
commit
81ee02b8f6
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue