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-utils \
python3-poetry \
python3-pylsp \
python3.12-venv \
qtwayland5 \
slurp \

View file

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