refactor(nvim): do not notify about updates

This commit is contained in:
Price Hiller 2023-07-08 07:03:16 -05:00
parent b9fcc423f5
commit ff5730327b
No known key found for this signature in database

View File

@ -804,4 +804,7 @@ lazy.setup({
dev = { dev = {
path = "~/Git/Neovim", path = "~/Git/Neovim",
}, },
checker = {
notify = false,
},
}) })