Fix again
This commit is contained in:
@@ -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".split())
|
||||
check_call("vim -X +PluginInstall +qall".split())
|
||||
|
||||
|
||||
def install_tmux(pdotfiles, force=False):
|
||||
|
||||
Reference in New Issue
Block a user