Remove python-language-server

This commit is contained in:
ViViDboarder 2023-05-22 17:12:38 -07:00
parent c56293489b
commit 8dd18623e4
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@ function install_language_servers() {
# Python
if want_lang python ;then
maybe_run pip install --user --upgrade python-language-server
maybe_run pip3 install --user --upgrade python-language-server
maybe_run pip install --user "python-lsp-server[all]" || echo "WARNING: python-lsp-server is py3 only"
maybe_run pip3 install --user "python-lsp-server[all]"
maybe_run npm install -g pyright
fi