Removed unused coc maps

This commit is contained in:
Michael Mandl 2020-11-07 14:24:59 +01:00
parent afceb7dbb3
commit 714b522855
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -169,6 +169,4 @@ let g:coc_global_extensions = [
nnoremap <silent> K :call CocAction('doHover')<CR>
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)