vim: enable lazy.nvim change detection notifications
Now that I am using `nvim-notify` the notifications aren't so annoying and, most importantly, don't cause the windows to jump up and down.
This commit is contained in:
parent
43b65bf2c1
commit
d7de20a635
1 changed files with 0 additions and 4 deletions
|
@ -44,9 +44,6 @@ M.setup = function()
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
title = ' Lazy ',
|
title = ' Lazy ',
|
||||||
},
|
},
|
||||||
change_detection = {
|
|
||||||
notify = false,
|
|
||||||
},
|
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
disabled_plugins = {
|
disabled_plugins = {
|
||||||
|
@ -65,4 +62,3 @@ M.setup = function()
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue