From 0e54dbcaeb3f20c9e189a7d10e24f3676284795d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 25 Jan 2016 10:37:28 +0000 Subject: Create missing directories in dotfiles deployment --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index 059e600..36b0c4f 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -39,7 +39,7 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-vinegar' Plug 'troydm/zoomwintab.vim' -Plug 'Valloric/YouCompleteMe', { 'do' : './install.py --clang-completer' } +Plug 'Valloric/YouCompleteMe', { 'do' : 'python2 install.py --clang-completer' } call plug#end() let g:vimtex_fold_enabled=0 -- cgit v1.2.3