diff --git a/dot-config/nvim/lua/config/lazy.lua b/dot-config/nvim/lua/config/lazy.lua index a86c234..7a1ecad 100644 --- a/dot-config/nvim/lua/config/lazy.lua +++ b/dot-config/nvim/lua/config/lazy.lua @@ -31,5 +31,9 @@ require("lazy").setup({ -- colorscheme that will be used when installing plugins. install = { colorscheme = { "habamax" } }, -- automatically check for plugin updates - checker = { enabled = true }, + checker = { + enabled = true, + notify = false, + frequency = 2592000 -- 30 days + }, })