aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/youcompleteme.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-12-26 21:12:57 +0800
committerGuangxiong Lin <[email protected]>2021-12-26 21:12:57 +0800
commiteda47c4aefd2175cc7e19a7b13b9bb17ed654770 (patch)
treeec5c722a68c970836f087f4fad1edf59215a467f /.vim/plugin/youcompleteme.vim
parent93f48df5254cab9eb966a02ff5b68b9248befd25 (diff)
downloaddotfiles-eda47c4aefd2175cc7e19a7b13b9bb17ed654770.tar.gz
dotfiles-eda47c4aefd2175cc7e19a7b13b9bb17ed654770.tar.bz2
dotfiles-eda47c4aefd2175cc7e19a7b13b9bb17ed654770.zip
Add ycm command RefactorRename
Diffstat (limited to '.vim/plugin/youcompleteme.vim')
-rw-r--r--.vim/plugin/youcompleteme.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/plugin/youcompleteme.vim b/.vim/plugin/youcompleteme.vim
index 424fdbc..76b2ffa 100644
--- a/.vim/plugin/youcompleteme.vim
+++ b/.vim/plugin/youcompleteme.vim
@@ -33,6 +33,7 @@ command YcmCompleterGoTo :YcmCompleter GoTo
command YcmCompleterGoToType :YcmCompleter GoToType
command YcmCompleterGoToReferences :YcmCompleter GoToReferences
command YcmCompleterGoToImplementation :YcmCompleter GoToImplementation
+command YcmCompleterRefactorRename :YcmCompleter RefactorRename
nnoremap gd :YcmCompleter GoTo<CR>
nnoremap gr :YcmCompleter GoToReferences<CR>