info/hint signs
This commit is contained in:
parent
f94944d6ab
commit
f90f833679
4
vimrc
4
vimrc
|
@ -353,8 +353,8 @@ let g:mta_filetypes = {
|
||||||
let g:lsp_signs_enabled = 1
|
let g:lsp_signs_enabled = 1
|
||||||
let g:lsp_signs_error = {'text': '▶'}
|
let g:lsp_signs_error = {'text': '▶'}
|
||||||
let g:lsp_signs_warning = {'text': '▶'}
|
let g:lsp_signs_warning = {'text': '▶'}
|
||||||
let g:lsp_signs_information = {'text': '▶'}
|
let g:lsp_signs_information = {'text': '◆'}
|
||||||
let g:lsp_signs_hint = {'text': '▶'}
|
let g:lsp_signs_hint = {'text': '◆'}
|
||||||
let g:lsp_diagnostics_echo_cursor = 1
|
let g:lsp_diagnostics_echo_cursor = 1
|
||||||
let g:lsp_diagnostics_echo_delay = 0
|
let g:lsp_diagnostics_echo_delay = 0
|
||||||
nnoremap \l :cclose<CR>:LspDocumentDiagnostics<cr>
|
nnoremap \l :cclose<CR>:LspDocumentDiagnostics<cr>
|
||||||
|
|
Loading…
Reference in New Issue