removed plugin manager notifications

This commit is contained in:
Carlos Sousa 2025-01-07 21:50:08 +01:00
parent 7505e2182b
commit fa346ec559

View File

@ -26,9 +26,16 @@ require("lazy").setup({
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = {
colorscheme = { "tokyonight-storm" }
missing = true,
colorscheme = { "tokyonight-storm" },
},
-- automatically check for plugin updates
checker = { enabled = true },
checker = {
enabled = true,
notify = false,
},
change_detection = {
notify = false,
},
})