Add PlugInstall step to install script
This commit is contained in:
parent
3d45942abf
commit
d0195a6716
|
@ -1,4 +1,5 @@
|
|||
#! /usr/bin/env sh
|
||||
vim -c PlugInstall -c PlugClean -c qa! # To install plugins for nvim defined in init.vim
|
||||
pyenv virtualenv neovim3 # Assumes working pyenv
|
||||
pyenv activate neovim3
|
||||
pip install -U pip setuptools wheel
|
Loading…
Reference in a new issue