moves to typescript tools

This commit is contained in:
Dennis Schoepf 2026-02-11 22:17:49 +01:00
parent 22bde2e74c
commit 50ac9a4678
2 changed files with 32 additions and 5 deletions

View file

@ -17,11 +17,6 @@
package = pkgs.nil;
packageFallback = true;
};
ts_ls = {
enable = true;
package = pkgs.typescript-language-server;
packageFallback = true;
};
jsonls = {
enable = true;
package = pkgs.vscode-langservers-extracted;