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