fix: disable lazy checker notify by default

This commit is contained in:
Folke Lemaitre 2024-07-20 23:30:46 +02:00
parent 79b3f27f5c
commit cb6349c8ae
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View 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