From ad73c5243c6a2490e7499f49a9a54a92dfe9e495 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 18 Mar 2019 07:03:39 +0100 Subject: [PATCH] Checkout Vundle via git to ensure it's updateable via Vundle --- bootstrap-user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-user.sh b/bootstrap-user.sh index 1773d7c..bc7275d 100755 --- a/bootstrap-user.sh +++ b/bootstrap-user.sh @@ -17,5 +17,6 @@ pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requireme # vim related npm install -g instant-markdown-d && \ 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)