Merge pull request #1467 from snoweuph/feat/tsgo

languages/ts: add `tsgo` as LSP
This commit is contained in:
raf 2026-03-21 18:17:34 +03:00 committed by GitHub
commit 5e491e9659
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -246,6 +246,9 @@
- Fix `languages.hcl` init, depending on `comment-nvim` by checking if it is
enabled. Fixes a crash (#1350).
- Added [`tsgo`](https://github.com/microsoft/typescript-go) as an LSP to
`languages.ts`.
- Add `languages.fluent` using the official plugin. This only provides
highlighting.

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 = ''