module(helix,zed): Add ty as python lsp for helix and zed
This commit is contained in:
parent
9675b160d2
commit
ebe7f7b897
3 changed files with 37 additions and 0 deletions
|
|
@ -45,6 +45,12 @@
|
|||
"start"
|
||||
];
|
||||
};
|
||||
ty = {
|
||||
command = "ty";
|
||||
args = [
|
||||
"server"
|
||||
];
|
||||
};
|
||||
};
|
||||
language = [
|
||||
{
|
||||
|
|
@ -122,6 +128,7 @@
|
|||
language-servers = [
|
||||
"pyright"
|
||||
"ruff"
|
||||
"ty"
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue