From f0945e99ff85fd7e6714334ba2a1ca0d1a1b4686 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 15 Mar 2015 16:02:26 +0900 Subject: [PATCH] Don't install with clang support by default --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index a034c1a..9f835b7 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -30,7 +30,7 @@ Plug 'https://github.com/tpope/vim-unimpaired.git' Plug 'https://github.com/vim-latex/vim-latex.git' 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' } endif