diff options
author | Karel Kočí <cynerd@email.cz> | 2020-03-30 13:20:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-03-30 13:20:10 +0200 |
commit | 68e27c81a0744b1c61c6c57808c940de0afdbafe (patch) | |
tree | 94d5124bb7535a32edb84b3f8a8eeb3a9d5b5a4d | |
parent | 107f1c0df4a95fc9f5a37f9a43484383ad9d5cf9 (diff) | |
download | myconfigs-68e27c81a0744b1c61c6c57808c940de0afdbafe.tar.gz myconfigs-68e27c81a0744b1c61c6c57808c940de0afdbafe.tar.bz2 myconfigs-68e27c81a0744b1c61c6c57808c940de0afdbafe.zip |
install: update vim plugins instead of just installing
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |