From 68e27c81a0744b1c61c6c57808c940de0afdbafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 30 Mar 2020 13:20:10 +0200 Subject: install: update vim plugins instead of just installing --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3