stop showing lazy update notifcations in vim
This commit is contained in:
parent
f4640016ff
commit
72513d3698
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = { { import = "plugins" } },
|
spec = { { import = "plugins" } },
|
||||||
install = { colorscheme = { "catppuccin" } },
|
install = { colorscheme = { "catppuccin" } },
|
||||||
checker = { enabled = true }
|
checker = { enabled = true, notify = false }
|
||||||
})
|
})
|
||||||
|
|
||||||
-- General vim
|
-- General vim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue