nvim: disable Lazy's change detection
This commit is contained in:
parent
a70e2801af
commit
3dbe95d1c2
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ M.setup = function()
|
|||
border = "rounded",
|
||||
title = " Lazy ",
|
||||
},
|
||||
change_detection = {
|
||||
enabled = false,
|
||||
},
|
||||
performance = {
|
||||
rtp = {
|
||||
disabled_plugins = {
|
||||
|
|
Loading…
Add table
Reference in a new issue