chore(helix): add ty and remove mypy
This commit is contained in:
parent
2e9301aaa1
commit
a4e971eb76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user