diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/lazy.lua | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 732f55a..d73bfa1 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -31,7 +31,10 @@ require("lazy").setup({      -- version = "*", -- try installing the latest stable version for plugins that support semver    },    install = { colorscheme = { "tokyonight", "habamax" } }, -  checker = { enabled = true }, -- 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  | 
