lsp_diagnostics_echo_delay = 0
This commit is contained in:
parent
d949003080
commit
ef052d91a5
|
@ -218,6 +218,7 @@ let g:lsp_signs_warning = {'text': '>>'}
|
|||
let g:lsp_signs_information = {'text': '--'}
|
||||
let g:lsp_signs_hint = {'text': '--'}
|
||||
let g:lsp_diagnostics_echo_cursor = 1
|
||||
let g:lsp_diagnostics_echo_delay = 0
|
||||
nnoremap \l :LspDocumentDiagnostics<cr>
|
||||
nnoremap \h :LspHover<cr>
|
||||
nnoremap \d :LspDefinition<cr>
|
||||
|
|
Loading…
Reference in New Issue