diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index c5d3c88..7c67f12 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -55,7 +55,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