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',
|
||||
title = ' Lazy ',
|
||||
},
|
||||
change_detection = {
|
||||
notify = false,
|
||||
},
|
||||
performance = {
|
||||
rtp = {
|
||||
disabled_plugins = {
|
||||
|
|
Loading…
Add table
Reference in a new issue