neovim: remove unneeded autocmd CursorHold

This commit is contained in:
teutat3s 2022-04-30 18:11:43 +02:00
parent af67e0d15f
commit ed26820593
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -214,8 +214,6 @@ for type, icon in pairs(signs) do
end
EOF
"autocmd CursorHold * lua vim.diagnostic.open_float(nil, { focus = false, scope = "cursor" })
" have a fixed column for the diagnostics to appear in
" this removes the jitter when warnings/errors flow in
set signcolumn=yes:2