fix: disabled notfications about lazyvim packages update

This commit is contained in:
2025-10-03 11:41:29 +02:00
parent c8387cba8a
commit f386d9dc8f

View File

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