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