diff --git a/vimrc b/vimrc index 3de05b6..e3c421a 100644 --- a/vimrc +++ b/vimrc @@ -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:LspDocumentDiagnostics