feat(nvim): pause automatic updates
This commit is contained in:
parent
f27ca9c212
commit
1a4a6615a9
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user