info/hint signs

This commit is contained in:
ManjaroOne666 2018-11-22 13:22:29 +00:00
parent f94944d6ab
commit f90f833679
1 changed files with 2 additions and 2 deletions

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>