From: Folke Lemaitre Date: Sat, 20 Jul 2024 21:30:46 +0000 (+0200) Subject: fix: disable lazy checker notify by default X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=cb6349c8ae922d1c5745574f4d17b44f2731d451;p=nvim-config.git fix: disable lazy checker notify by default --- 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