vim: disable lazy.nvim change detection notifications
This commit is contained in:
parent
bcf63bbda5
commit
717fbb014a
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ M.setup = function()
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
title = ' Lazy ',
|
title = ' Lazy ',
|
||||||
},
|
},
|
||||||
|
change_detection = {
|
||||||
|
notify = false,
|
||||||
|
},
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
disabled_plugins = {
|
disabled_plugins = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue