diff options
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -38,8 +38,7 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-vinegar' Plug 'troydm/zoomwintab.vim' -Plug 'Valloric/YouCompleteMe' -", { 'do' : './install.sh --clang-completer' } +Plug 'Valloric/YouCompleteMe', { 'do' : './install.py --clang-completer' } call plug#end() let g:vimtex_fold_enabled=0 |