From 824aeb431a750a3e871bc538a59d50928c687938 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.