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
|
|
@ -36,6 +36,7 @@
|
|||
neocmakelsp,
|
||||
jdt-language-server,
|
||||
zls,
|
||||
ty,
|
||||
}:
|
||||
symlinkJoin {
|
||||
name = "editor-runtime";
|
||||
|
|
@ -76,5 +77,8 @@ symlinkJoin {
|
|||
neocmakelsp
|
||||
jdt-language-server
|
||||
zls
|
||||
ty
|
||||
];
|
||||
postBuild = ''
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue