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:
Fernando Schauenburg 2024-02-18 16:59:20 +01:00
parent 43b65bf2c1
commit d7de20a635

View file

@ -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