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" } },
|
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true, -- check for plugin updates periodically
|
enabled = false, -- check for plugin updates periodically
|
||||||
notify = false, -- notify on update
|
notify = false, -- notify on update
|
||||||
}, -- automatically check for plugin updates
|
}, -- automatically check for plugin updates
|
||||||
performance = {
|
performance = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user