info/hint signs

This commit is contained in:
ManjaroOne666 2018-11-22 13:22:29 +00:00
commit f90f833679

4
vimrc
View file

@ -353,8 +353,8 @@ let g:mta_filetypes = {
let g:lsp_signs_enabled = 1
let g:lsp_signs_error = {'text': '▶'}
let g:lsp_signs_warning = {'text': '▶'}
let g:lsp_signs_information = {'text': ''}
let g:lsp_signs_hint = {'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 :cclose<CR>:LspDocumentDiagnostics<cr>