-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helix integration #1
Comments
There isn't currently an integration branch in Helix but I opened up helix-editor/helix#11660 with ideas on how the integration should look. There's a branch/commit linked in that issue that has the very very naive integration I use locally helix-editor/helix#11660 (comment) Currently I'm working on the suggest function as time allows (which is around half way complete) and then I'd look at working on the integration. In the meantime I'll keep this issue pinned and add a link in the README when there's a branch |
May I suggest an integration via LSP, so that more editors might make use of this? |
It could be cool to expose this as a language server as well. That's not something I'm interested in working on personally but with changes we have planned for Helix's tree-sitter integration it might be possible to port out the significant parts of the Helix integration and make it a standalone language server usable with other editors. It might also be possible to use Spellbook in existing language servers like Harper which include their own Hunspell-like internals. (Harper's implementation works a bit differently than Hunspell though - it expands affixes in its main lookup table, same with ZSpell and Vale - so this is probably not a straightforward change.) |
Thank you for this crate - it looks really amazing! :)
Is there a way to use this in helix already / is there a PR or similar on the helix project? If so, could this be linked to either from a pinned issue, and / or from the readme of this repo, to make it easier to find? :)
The text was updated successfully, but these errors were encountered: