]> git.rmz.io Git - dotfiles.git/commitdiff
nvim/lazy: do not notify about plugin updates
authorSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 22:42:01 +0000 (22:42 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:23:08 +0000 (17:23 +0000)
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