From ff20ba6bd238015e342fcdff1a6295afea61ac59 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 28 Jan 2021 11:21:42 +0000 Subject: [PATCH] Replace remaining YouCompleteMe mappings --- plugin/mappings.vim | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugin/mappings.vim b/plugin/mappings.vim index 0319c83..c8f7a87 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -1,9 +1,8 @@ " coc.nvim -nnoremap fi :CocFix -nnoremap gd :YcmCompleter GoTo -nnoremap gt :YcmCompleter GetType -nnoremap sd :YcmShowDetailedDiagnostic -nnoremap D (YCMHover) +nnoremap fi (coc-fix-current) +nnoremap gd (coc-definition) +nnoremap gt (coc-type-definition) +nnoremap sd (coc-diagnostic-info) " termdebug " TODO: Detecet if termdebug is loaded, if not do the default action.