remove LanguageServer

This commit is contained in:
Alex Yatskov 2020-04-28 16:43:21 -07:00
parent 6fda7375be
commit 56699bc168

View File

@ -5,7 +5,3 @@ if [ -x "$(command -v pip3)" ]; then
pip3 install --user pynvim
pip3 install --user python-language-server
fi
pushd ./.vim/bundle/LanguageClient-neovim
./install.sh
popd