Replace remaining YouCompleteMe mappings

This commit is contained in:
Kenneth Benzie 2021-01-28 11:21:42 +00:00
parent 4a99f582f3
commit 824aeb431a

View File

@ -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.