Build clang extension

This commit is contained in:
Alex Yatskov 2015-04-27 17:39:59 +09:00
parent 4e84b501b1
commit 47ea85a551

View File

@ -34,7 +34,7 @@ Plug 'https://github.com/tyru/open-browser.vim.git'
Plug 'https://github.com/vim-latex/vim-latex.git'
if has('unix')
Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh' }
Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' }
Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm update' }
Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install pyflakes' }
endif