From e271b91270ebc175a45137cf5f62f82c4b061fb4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 16 Apr 2020 23:06:56 -0700 Subject: [PATCH] update install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a09574e..e76da18 100755 --- a/install.sh +++ b/install.sh @@ -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