Install vim plugins after install
This commit is contained in:
@@ -56,6 +56,8 @@ def install_vim(pdotfiles, force=False):
|
|||||||
check_call(
|
check_call(
|
||||||
["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")
|
||||||
|
check_call("vim -X -- +PluginInstall +qall")
|
||||||
|
|
||||||
|
|
||||||
def install_tmux(pdotfiles, force=False):
|
def install_tmux(pdotfiles, force=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user