aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-03-30 13:20:10 +0200
committerKarel Kočí <cynerd@email.cz>2020-03-30 13:20:10 +0200
commit68e27c81a0744b1c61c6c57808c940de0afdbafe (patch)
tree94d5124bb7535a32edb84b3f8a8eeb3a9d5b5a4d
parent107f1c0df4a95fc9f5a37f9a43484383ad9d5cf9 (diff)
downloadmyconfigs-68e27c81a0744b1c61c6c57808c940de0afdbafe.tar.gz
myconfigs-68e27c81a0744b1c61c6c57808c940de0afdbafe.tar.bz2
myconfigs-68e27c81a0744b1c61c6c57808c940de0afdbafe.zip
install: update vim plugins instead of just installing
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 1ff6c4d..d9a551c 100755
--- a/install
+++ b/install
@@ -51,7 +51,7 @@ if ask "vim" "Install VIM scripts"; then
mkdir -p ~/.vim/bundle
git clone "https://github.com/VundleVim/Vundle.vim.git" ~/.vim/bundle/Vundle.vim
}
- vim +PluginInstall +qall
+ vim +PluginUpdate +qall
fi
if ask "dev" "Development tools configuration"; then