module(helix,zed): Add ty as python lsp for helix and zed

This commit is contained in:
ulic-youthlic 2025-06-14 01:22:51 +08:00
parent 9675b160d2
commit ebe7f7b897
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 37 additions and 0 deletions

View file

@ -45,6 +45,12 @@
"start"
];
};
ty = {
command = "ty";
args = [
"server"
];
};
};
language = [
{
@ -122,6 +128,7 @@
language-servers = [
"pyright"
"ruff"
"ty"
];
}
{