Replace remaining YouCompleteMe mappings

This commit is contained in:
Kenneth Benzie 2021-01-28 11:21:42 +00:00
parent 8bdb7b7054
commit ff20ba6bd2

View File

@ -1,9 +1,8 @@
" coc.nvim " coc.nvim
nnoremap <leader>fi :CocFix<CR> nnoremap <leader>fi <Plug>(coc-fix-current)
nnoremap <leader>gd :YcmCompleter GoTo<CR> nnoremap <leader>gd <Plug>(coc-definition)
nnoremap <leader>gt :YcmCompleter GetType<CR> nnoremap <leader>gt <Plug>(coc-type-definition)
nnoremap <leader>sd :YcmShowDetailedDiagnostic<CR> nnoremap <leader>sd <Plug>(coc-diagnostic-info)
nnoremap <leader>D <plug>(YCMHover)
" 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.