fix(nvim): switch install missing to true
This commit is contained in:
parent
0c8a842c58
commit
573fe67f34
@ -30,7 +30,7 @@ require("lazy").setup({
|
|||||||
version = false, -- always use the latest git commit
|
version = false, -- always use the latest git commit
|
||||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||||
},
|
},
|
||||||
install = { missing = false, colorscheme = { "tokyonight", "habamax" } },
|
install = { missing = true, colorscheme = { "tokyonight", "habamax" } },
|
||||||
checker = {
|
checker = {
|
||||||
enabled = false, -- check for plugin updates periodically
|
enabled = false, -- check for plugin updates periodically
|
||||||
notify = false, -- notify on update
|
notify = false, -- notify on update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user