(neovim) don't notify about plugin updates
This commit is contained in:
parent
2cdab434ac
commit
3167fff12e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
notify = true,
|
notify = false,
|
||||||
},
|
},
|
||||||
change_detection = {
|
change_detection = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue