vim: Replace CoC with Treesitter and LSP
This commit is contained in:
parent
51d091f066
commit
f6c7a0152a
8 changed files with 140 additions and 51 deletions
|
@ -1,8 +0,0 @@
|
|||
nmap <Leader>a <Plug>(coc-codeaction)
|
||||
nmap <Leader>gd <Plug>(coc-definition)
|
||||
nmap <Leader>gr <Plug>(coc-references)
|
||||
nmap <Leader>gi <Plug>(coc-implementation)
|
||||
nmap <Leader>gt <Plug>(coc-type-definition)
|
||||
nmap <Leader>sr <Plug>(coc-rename)
|
||||
nmap <Leader>rf <Plug>(coc-refactor)
|
||||
nnoremap <silent> K :call <SID>show_documentation()<CR>
|
Loading…
Add table
Add a link
Reference in a new issue