Don't install with clang support by default

This commit is contained in:
Alex Yatskov 2015-03-15 16:02:26 +09:00
parent 422d9afe56
commit f0945e99ff

View File

@ -30,7 +30,7 @@ Plug 'https://github.com/tpope/vim-unimpaired.git'
Plug 'https://github.com/vim-latex/vim-latex.git' Plug 'https://github.com/vim-latex/vim-latex.git'
if has('unix') if has('unix')
Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' } Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh' }
Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm install' } Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm install' }
endif endif