diff options
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
