Add error keymapping
This commit is contained in:
parent
f655bf4ddf
commit
5671bc11c2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ nmap <leader>/ :LspWorkspaceSymbol<CR>
|
|||
nmap <leader>r :LspReferences<CR>
|
||||
nmap <leader>d :LspDeclaration<CR>
|
||||
nmap <leader>D :LspDefinition<CR>
|
||||
nmap <leader>e :LspNextError<CR>
|
||||
nmap <leader><CR> :LspCodeAction<CR>
|
||||
|
||||
" tree
|
||||
|
|
Loading…
Reference in a new issue