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

@ -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 = ''
'';
}