]> git.localhorst.tv Git - nvim-config.git/commitdiff
fix: disable lazy checker notify by default
authorFolke Lemaitre <folke.lemaitre@gmail.com>
Sat, 20 Jul 2024 21:30:46 +0000 (23:30 +0200)
committerFolke Lemaitre <folke.lemaitre@gmail.com>
Sat, 20 Jul 2024 21:30:46 +0000 (23:30 +0200)
lua/config/lazy.lua

index 732f55a737891f0388affa26f079f3ac42832c8a..d73bfa104703557f2cb466d9c89485ae1d4f7be0 100644 (file)
@@ -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