summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 009ce27..48f7b5e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -16,7 +16,7 @@ Plug 'junegunn/gv.vim', { 'on': 'GV' }
Plug 'junegunn/limelight.vim'
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
Plug 'vim-scripts/bufexplorer.zip'
-Plug 'ycm-core/YouCompleteMe', { 'do': './install.py', 'commit': '4e480a317' }
+Plug 'ycm-core/YouCompleteMe', { 'do': './install.py --racer-completer', 'commit': '4e480a317' }
Plug 'Valloric/MatchTagAlways', { 'for': 'html' }
Plug 'scrooloose/nerdcommenter'
Plug 'scrooloose/nerdtree'