Fix call
This commit is contained in:
@@ -57,7 +57,7 @@ def install_vim(pdotfiles, force=False):
|
|||||||
["git", "clone", "https://github.com/VundleVim/Vundle.vim.git",
|
["git", "clone", "https://github.com/VundleVim/Vundle.vim.git",
|
||||||
pvundle.as_posix()])
|
pvundle.as_posix()])
|
||||||
print("Install vim plugins")
|
print("Install vim plugins")
|
||||||
check_call("vim -X -- +PluginInstall +qall")
|
check_call("vim -X -- +PluginInstall +qall".split())
|
||||||
|
|
||||||
|
|
||||||
def install_tmux(pdotfiles, force=False):
|
def install_tmux(pdotfiles, force=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user