mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:27:34 +00:00
Remove python-language-server
This commit is contained in:
parent
c56293489b
commit
8dd18623e4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user