fix(nvim): properly hide notifications for lazy.nvim
This commit is contained in:
parent
b6410dea25
commit
ac7bbb12dd
@ -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,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user