feat(nvim): pause automatic updates

This commit is contained in:
phoenix 2025-04-17 08:10:11 +01:00
parent f27ca9c212
commit 1a4a6615a9

View File

@ -32,7 +32,7 @@ require("lazy").setup({
},
install = { colorscheme = { "tokyonight", "habamax" } },
checker = {
enabled = true, -- check for plugin updates periodically
enabled = false, -- check for plugin updates periodically
notify = false, -- notify on update
}, -- automatically check for plugin updates
performance = {