Use apheleia instead of lsp-mode to autoformat buffers

This commit is contained in:
Ohad Livne 2025-06-04 22:47:10 +03:00
parent 9bbde40734
commit dc833f1f01
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 9 additions and 8 deletions

View file

@ -93,6 +93,7 @@ PIPX_PKGS=(
# keep-sorted start
python-lsp-server
rshell
ruff
# keep-sorted end
)
@ -109,7 +110,6 @@ PYLSP_PLUGINS=(
pydantic
pylsp-mypy
pylsp-rope
python-lsp-ruff
types-pyxdg
# keep-sorted end
)