fix(nvim): properly hide notifications for lazy.nvim

This commit is contained in:
Price Hiller 2023-07-13 15:41:26 -05:00
parent b6410dea25
commit ac7bbb12dd
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -842,12 +842,10 @@ lazy.setup({
checker = {
enabled = true,
concurrency = 20,
notify = false,
},
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
dev = {
path = "~/Git/Neovim",
},
checker = {
notify = false,
},
})