Install the Python LSP server globally

This commit is contained in:
Ohad Livne 2025-06-04 22:45:46 +03:00
parent 9cbac27891
commit ca4600f0a0
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 2 additions and 3 deletions

View file

@ -33,6 +33,7 @@ postfix \
pulseaudio \ pulseaudio \
pulseaudio-utils \ pulseaudio-utils \
python3-poetry \ python3-poetry \
python3-pylsp \
python3.12-venv \ python3.12-venv \
qtwayland5 \ qtwayland5 \
slurp \ slurp \

View file

@ -3,9 +3,7 @@
poetry add \ poetry add \
--group dev \ --group dev \
black \ black \
isort \ isort
'python-lsp-server[rope]' \
ruff-lsp
poetry add \ poetry add \
--group test \ --group test \
coverage coverage