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; [
python-lsp-server
python-lsp-ruff
pylsp-rope
rope
mypy
pylsp-mypy
black
ty
]);
in
{
home = {
packages = with actualPkgs; [
# black
helix
clang-tools
rust-analyzer
@ -40,6 +37,7 @@ in
golangci-lint-langserver
py3
ruff
ty
gh
gofumpt
taplo