textLSP icon indicating copy to clipboard operation
textLSP copied to clipboard

Language server for text spell and grammar check with various tools.

Results 1 textLSP issues
Sort by recently updated
recently updated
newest added

Hi, I want to make textlsp work with [typst](https://typst.app/) ([gh](https://github.com/typst/typst)). It has a working [tree-sitter-implementation](https://github.com/uben0/tree-sitter-typst/) (this is what [helix currently uses](https://github.com/helix-editor/helix/blob/2cadec0b1182332338a5a1cc3062776f834d8835/languages.toml#L3076-L3078)). I have never worked with tree-sitter and would like...