This commit is contained in:
2017-11-01 12:52:56 +01:00
parent 647146a76a
commit 3458772221
+1 -1
View File
@@ -57,7 +57,7 @@ def install_vim(pdotfiles, force=False):
["git", "clone", "https://github.com/VundleVim/Vundle.vim.git",
pvundle.as_posix()])
print("Install vim plugins")
check_call("vim -X -- +PluginInstall +qall")
check_call("vim -X -- +PluginInstall +qall".split())
def install_tmux(pdotfiles, force=False):