Install the Python LSP server globally
This commit is contained in:
parent
9cbac27891
commit
ca4600f0a0
2 changed files with 2 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ postfix \
|
|||
pulseaudio \
|
||||
pulseaudio-utils \
|
||||
python3-poetry \
|
||||
python3-pylsp \
|
||||
python3.12-venv \
|
||||
qtwayland5 \
|
||||
slurp \
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@
|
|||
poetry add \
|
||||
--group dev \
|
||||
black \
|
||||
isort \
|
||||
'python-lsp-server[rope]' \
|
||||
ruff-lsp
|
||||
isort
|
||||
poetry add \
|
||||
--group test \
|
||||
coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue