Make LSP diagnostics less intrusive
This commit is contained in:
parent
6f99625cba
commit
d6528e1d11
1 changed files with 1 additions and 1 deletions
2
lsp.vim
2
lsp.vim
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue