Spellcheck as LSP #8920
-
I have been trying to make an LSP spell checker work with helix. I know a better solution is under development but until then it will be nice to have an alternative. typos-lsp works fine but has a lot of false negatives. Unless you spend a lot of time configuring it's not very usable. cspell works but not great.
in
Can this be fixed within helix?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After some investigation I managed to figure it out. Here is the fork. |
Beta Was this translation helpful? Give feedback.
After some investigation I managed to figure it out.
The errors are custom function that work with the vscode extension. After removing the specific function and modifying the code actions a little, it works fine now.
The configurations and custom dictionary are not supported.
Here is the fork.
https://github.com/vlabo/cspell-lsp