update install script

This commit is contained in:
Alex Yatskov 2020-04-16 23:06:56 -07:00
parent 5dd6f0bb21
commit e271b91270

View File

@ -3,6 +3,7 @@ git submodule update --init --recursive
if [ -x "$(command -v pip3)" ]; then
pip3 install --user pynvim
pip3 install --user python-language-server
fi
pushd ./.vim/bundle/LanguageClient-neovim