fix(nvim): properly hide notifications for lazy.nvim
This commit is contained in:
parent
b6410dea25
commit
ac7bbb12dd
@ -842,12 +842,10 @@ lazy.setup({
|
|||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
concurrency = 20,
|
concurrency = 20,
|
||||||
|
notify = false,
|
||||||
},
|
},
|
||||||
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
||||||
dev = {
|
dev = {
|
||||||
path = "~/Git/Neovim",
|
path = "~/Git/Neovim",
|
||||||
},
|
},
|
||||||
checker = {
|
|
||||||
notify = false,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user