(neovim) don't notify about plugin updates

This commit is contained in:
Bartek Stalewski 2025-08-13 15:01:12 +02:00
parent 2cdab434ac
commit 3167fff12e
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ require("lazy").setup({
}, },
checker = { checker = {
enabled = true, enabled = true,
notify = true, notify = false,
}, },
change_detection = { change_detection = {
enabled = true, enabled = true,