1
0
Fork 0

Add vim keybinding

This commit is contained in:
Malte Brandy 2020-10-03 12:16:28 +02:00
parent a3c0e771a7
commit dccf140513
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -163,6 +163,7 @@ augroup end
xmap <leader>a <Plug>(coc-codeaction-selected)
nmap <leader>a <Plug>(coc-codeaction-selected)
nmap <space>f :Autoformat<CR>
nmap <space>l <Plug>(coc-codelens-action)
" Create mappings for function text object, requires document symbols feature of languageserver.