Replace remaining YouCompleteMe mappings
This commit is contained in:
parent
4a99f582f3
commit
824aeb431a
@ -1,9 +1,9 @@
|
|||||||
" coc.nvim
|
" coc.nvim
|
||||||
nnoremap <leader>fi :CocFix<CR>
|
nmap <leader>fi <Plug>(coc-fix-current)
|
||||||
nnoremap <leader>gd :YcmCompleter GoTo<CR>
|
nmap <leader>gd <Plug>(coc-definition)
|
||||||
nnoremap <leader>gt :YcmCompleter GetType<CR>
|
nmap <leader>gt <Plug>(coc-type-definition)
|
||||||
nnoremap <leader>sd :YcmShowDetailedDiagnostic<CR>
|
nmap <leader>sd <Plug>(coc-diagnostic-info)
|
||||||
nnoremap <leader>D <plug>(YCMHover)
|
nmap <leader>gr <Plug>(coc-references)
|
||||||
|
|
||||||
" termdebug
|
" termdebug
|
||||||
" TODO: Detecet if termdebug is loaded, if not do the default action.
|
" TODO: Detecet if termdebug is loaded, if not do the default action.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user