]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/lazy.lua
nvim/lazy: do not notify about plugin updates
[dotfiles.git] / nvim / lua / config / lazy.lua
index 91f86a709866933388859b657ac6432f79a28c9a..1eebb56f09128b9802cf31c5045ec2d7e7ac78a2 100644 (file)
@@ -27,7 +27,11 @@ 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 = {
+    -- automatically check for plugin updates
+    enabled = true,
+    notify = false,
+  },
   performance = {
     rtp = {
       -- HACK: do not reset rtp to allow interop with vim-plug