Updating lazy config to check for updates but not to notify.

This commit is contained in:
2025-10-13 21:05:24 -07:00
parent 7f68d8abae
commit ea7f493196
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ require('lazy').setup {
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { 'catppuccin-mocha' } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = { enabled = true, notify = false },
ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table