diff --git a/install_files.py b/install_files.py index 08333c6..454ac71 100755 --- a/install_files.py +++ b/install_files.py @@ -56,6 +56,8 @@ def install_vim(pdotfiles, force=False): check_call( ["git", "clone", "https://github.com/VundleVim/Vundle.vim.git", pvundle.as_posix()]) + print("Install vim plugins") + check_call("vim -X -- +PluginInstall +qall") def install_tmux(pdotfiles, force=False):