Add PlugInstall step to install script

This commit is contained in:
Edward Litherland-Smith 2022-08-19 08:42:15 +01:00
parent 3d45942abf
commit d0195a6716

View file

@ -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