Install vim plugins after install

This commit is contained in:
2017-11-01 12:51:35 +01:00
parent b39ad04be9
commit 647146a76a

View File

@@ -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):