fix: Don't let lazy.nvim install missing plugins

This commit is contained in:
punkfairie 2025-03-01 12:09:34 -08:00
parent 57796225c0
commit bcfbc610ab
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -16,6 +16,9 @@ local function getlockfilepath()
end
local lazyOptions = {
lockfile = getlockfilepath(),
install = {
missing = false,
},
}
-- NOTE: this the lazy wrapper. Use it like require('lazy').setup() but with an extra