diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 89b3e0e..66d5ca0 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -35,7 +35,10 @@ require("lazy").setup({ border = "rounded", }, install = { colorscheme = { "everforest" } }, - checker = { enabled = false }, -- automatically check for plugin updates + checker = { + enabled = true, -- check for plugin updates periodically + notify = false, -- notify on update + }, -- automatically check for plugin updates performance = { rtp = { -- disable some rtp plugins