|
@@ -181,14 +181,14 @@ let g:which_key_map.G = {
|
|
|
" l is for language server protocol
|
|
|
let g:which_key_map.l = {
|
|
|
\ 'name' : '+lsp' ,
|
|
|
- \ 'a' : [':Lspsaga code_action' , 'quickfix'],
|
|
|
+ \ 'a' : [':Lspsaga code_action' , 'code action'],
|
|
|
\ 'A' : [':Lspsaga range_code_action' , 'selected action'],
|
|
|
\ 'd' : [':Telescope lsp_document_diagnostics' , 'document diagnostics'],
|
|
|
\ 'D' : [':Telescope lsp_workspace_diagnostics', 'workspace diagnostics'],
|
|
|
\ 'f' : [':LspFormatting' , 'format'],
|
|
|
\ 'H' : [':Lspsaga signature_help' , 'signature_help'],
|
|
|
- \ 'I' : [':LspInfo' , 'lsp_info'],
|
|
|
- \ 'l' : [':Lspsaga lsp_finder' , 'lsp_finder'],
|
|
|
+ \ 'I' : [':LspInfo' , 'lsp info'],
|
|
|
+ \ 'l' : [':Lspsaga lsp_finder' , 'lsp finder'],
|
|
|
\ 'L' : [':Lspsaga show_line_diagnostics' , 'line_diagnostics'],
|
|
|
\ 'o' : [':Vista!!' , 'outline'],
|
|
|
\ 'p' : [':Lspsaga preview_definition' , 'preview definition'],
|