Checkout Vundle via git to ensure it's updateable via Vundle
This commit is contained in:
parent
05ffd31b13
commit
ad73c5243c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue