feat(nvim): disable fetching missing updates

This commit is contained in:
yeti 2025-04-17 18:34:12 +01:00
parent 6d5018ab15
commit e91499586a

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 = { colorscheme = { "tokyonight", "habamax" } },
install = { missing = false, colorscheme = { "tokyonight", "habamax" } },
checker = {
enabled = false, -- check for plugin updates periodically
notify = false, -- notify on update