vim: add lsp_signature, set exrc remove pylsp-mypy package (broken)
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 30s

This commit is contained in:
2026-07-09 13:50:14 +02:00
parent 69915d089d
commit ec8b9eb1b8
5 changed files with 44 additions and 35 deletions

View File

@ -9,7 +9,7 @@
opencode
(pkgs.python3.withPackages (ps: with ps; [
python-lsp-server
pylsp-mypy
# pylsp-mypy #tests broken
python-lsp-ruff
pycodestyle
]))