lsp_diagnostics_echo_delay = 0

This commit is contained in:
ManjaroOne666 2018-06-08 13:29:27 +01:00
parent d949003080
commit ef052d91a5
1 changed files with 1 additions and 0 deletions

View File

@ -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>