Make LSP diagnostics less intrusive

This commit is contained in:
thomas-gideon-gm 2024-10-02 14:51:09 -04:00
parent 6f99625cba
commit d6528e1d11

View file

@ -51,7 +51,7 @@ EOF
" Set updatetime for CursorHold " Set updatetime for CursorHold
" ms of no cursor movement to trigger CursorHold " ms of no cursor movement to trigger CursorHold
set updatetime=750 set updatetime=3000
" Show diagnostic popup on cursor hold " Show diagnostic popup on cursor hold
autocmd CursorHold * lua vim.diagnostic.open_float() autocmd CursorHold * lua vim.diagnostic.open_float()
" have a fixed column for the diagnostics to appear in " have a fixed column for the diagnostics to appear in