chore(helix): add ty and remove mypy

This commit is contained in:
Giulio De Pasquale 2025-10-06 11:56:33 +01:00
parent 2e9301aaa1
commit a4e971eb76

View File

@ -15,18 +15,15 @@ let
py3 = actualPkgs.python3.withPackages (ps: with ps; [ py3 = actualPkgs.python3.withPackages (ps: with ps; [
python-lsp-server python-lsp-server
python-lsp-ruff
pylsp-rope pylsp-rope
rope rope
mypy
pylsp-mypy
black black
ty
]); ]);
in in
{ {
home = { home = {
packages = with actualPkgs; [ packages = with actualPkgs; [
# black
helix helix
clang-tools clang-tools
rust-analyzer rust-analyzer
@ -40,6 +37,7 @@ in
golangci-lint-langserver golangci-lint-langserver
py3 py3
ruff ruff
ty
gh gh
gofumpt gofumpt
taplo taplo