Checkout Vundle via git to ensure it's updateable via Vundle

This commit is contained in:
Tobias Schmidl 2019-03-18 07:03:39 +01:00
parent 05ffd31b13
commit ad73c5243c

View file

@ -17,5 +17,6 @@ pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requireme
# vim related # vim related
npm install -g instant-markdown-d && \ npm install -g instant-markdown-d && \
nvim +PluginInstall +qall && \ nvim +PluginInstall +qall && \
(cd $HOME/.vim/bundle/Vundle.vim && git checkout master) && \
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang) (cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)