Install all components of pylsp

This commit is contained in:
Evie Litherland-Smith 2023-01-30 16:35:07 +00:00
parent 76a624f8de
commit a2bfd0c2b0

View file

@ -3,5 +3,5 @@
command -v pipx > /dev/null || python3 -m pip install --user pipx command -v pipx > /dev/null || python3 -m pip install --user pipx
command -v poetry > /dev/null || python3 -m pipx install poetry command -v poetry > /dev/null || python3 -m pipx install poetry
pipx list | grep -i python-lsp-server && exit 0 pipx list | grep -i python-lsp-server && exit 0
python3 -m pipx install python-lsp-server && python3 -m pipx inject python-lsp-server pylsp-mypy python-lsp-black python-lsp-isort python3 -m pipx install "python-lsp-server[all]" && python3 -m pipx inject python-lsp-server pylsp-mypy python-lsp-black python-lsp-isort