" Highlight references let g:lsp_highlight_references_enabled = 1 highlight lspReference cterm=bold,italic ctermfg=148 ctermbg=0 " Error/warning signs let g:lsp_signs_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1 let g:lsp_signs_error = {'text': '✗'} let g:lsp_signs_warning = {'text': '‼'} " Keyboard shortcuts noremap lR :LspRename noremap lS :LspWorkspaceSymbol noremap la :LspCodeAction noremap ld :LspDocumentDiagnostics noremap lf :LspDocumentFormat noremap lgD :LspDeclaration noremap lgd :LspDefinition noremap li :LspHover noremap lr :LspReferences noremap ls :LspDocumentSymbol