mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 19:37:34 +00:00
Mark that python-lsp-server is py3 only
This commit is contained in:
parent
edd5181964
commit
ae8d912323
@ -33,7 +33,7 @@ function install_language_servers() {
|
|||||||
# Python
|
# Python
|
||||||
maybe_run pip install --user --upgrade python-language-server
|
maybe_run pip install --user --upgrade python-language-server
|
||||||
maybe_run pip3 install --user --upgrade python-language-server
|
maybe_run pip3 install --user --upgrade python-language-server
|
||||||
maybe_run pip install --user python-lsp-server[all]
|
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 pip3 install --user python-lsp-server[all]
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
Loading…
Reference in New Issue
Block a user