diff --git a/plugin/mappings.vim b/plugin/mappings.vim index 0319c83..42517ff 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -1,9 +1,9 @@ " coc.nvim -nnoremap fi :CocFix -nnoremap gd :YcmCompleter GoTo -nnoremap gt :YcmCompleter GetType -nnoremap sd :YcmShowDetailedDiagnostic -nnoremap D (YCMHover) +nmap fi (coc-fix-current) +nmap gd (coc-definition) +nmap gt (coc-type-definition) +nmap sd (coc-diagnostic-info) +nmap gr (coc-references) " termdebug " TODO: Detecet if termdebug is loaded, if not do the default action.