fix: remove plugin notifications

This commit is contained in:
2025-08-18 18:56:28 -07:00
parent 4e1c0a168b
commit 4c502852cb

View File

@@ -31,7 +31,7 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins. -- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } }, install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = true, notify = false },
change_detection = { change_detection = {
notify = false, notify = false,
} }