languages/ts: add tsgo as LSP

This commit is contained in:
Snoweuph 2026-03-21 13:39:13 +01:00
commit c174a66112
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 8 additions and 0 deletions

View file

@ -120,6 +120,11 @@
end
'';
};
tsgo = {
cmd = [(getExe pkgs.typescript-go) "--lsp" "--stdio"];
root_markers = ["tsconfig.json" "jsconfig.json" "package.json" ".git"];
};
};
denols_handlers = ''