From 85b1052c3ceeaeae7da907707d7bbdce8d71f642 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 11 Nov 2015 01:00:04 +0100 Subject: Remove all invalid nvimrc and ngvimrc references "vimrc" refers to all files that are used to configure Neovim. The main configuration file is init.vim nowadays. All nvimrc references that are left refer to a local ".nvimrc" which is read if 'exrc' is set. ".ngvimrc" references were completely wiped. Closes #3552. --- contrib/YouCompleteMe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/YouCompleteMe/README.md b/contrib/YouCompleteMe/README.md index 544fbb8a7b..0c07440a44 100644 --- a/contrib/YouCompleteMe/README.md +++ b/contrib/YouCompleteMe/README.md @@ -17,6 +17,6 @@ cp contrib/YouCompleteMe/ycm_extra_conf.py src/.ycm_extra_conf.py echo .ycm_extra_conf.py >> .git/info/exclude make -(Add the following somewhere in your .nvimrc files) +(Add the following somewhere in your vimrc) autocmd FileType c nnoremap :YcmCompleter GoTo ``` -- cgit