fix(nvim): switch install missing to true

This commit is contained in:
yeti 2025-05-14 08:58:44 +01:00
parent 0c8a842c58
commit 573fe67f34

View File

@ -30,7 +30,7 @@ require("lazy").setup({
version = false, -- always use the latest git commit
-- 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 = {
enabled = false, -- check for plugin updates periodically
notify = false, -- notify on update