From 47ea85a551d68b5ed0908ab8cf5fa91bc9621ff8 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 27 Apr 2015 17:39:59 +0900 Subject: [PATCH] Build clang extension --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index e24cab1..ca19c59 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -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