vim: update vim-lsp timings
This commit is contained in:
parent
36cdb07652
commit
f30270cec1
5
vimrc
5
vimrc
|
@ -272,6 +272,11 @@ let g:lsp_settings = {
|
||||||
\ 'staticcheck': v:true,
|
\ 'staticcheck': v:true,
|
||||||
\ }}}
|
\ }}}
|
||||||
let g:lsp_diagnostics_float_cursor = 1
|
let g:lsp_diagnostics_float_cursor = 1
|
||||||
|
let g:lsp_diagnostics_float_delay = 200
|
||||||
|
let g:lsp_diagnostics_highlight_delay = 200
|
||||||
|
let g:lsp_diagnostics_signs_delay = 200
|
||||||
|
let g:lsp_diagnostics_code_action_signs_delay = 200
|
||||||
|
let g:lsp_document_highlight_delay = 500
|
||||||
|
|
||||||
function! s:on_lsp_buffer_enabled() abort
|
function! s:on_lsp_buffer_enabled() abort
|
||||||
setlocal omnifunc=lsp#complete
|
setlocal omnifunc=lsp#complete
|
||||||
|
|
Loading…
Reference in New Issue