stop showing lazy update notifcations in vim

This commit is contained in:
pfych 2025-05-12 15:18:41 +10:00
parent f4640016ff
commit 72513d3698

View file

@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = { { import = "plugins" } },
install = { colorscheme = { "catppuccin" } },
checker = { enabled = true }
checker = { enabled = true, notify = false }
})
-- General vim