How can I convert my ltex-ls
lua Neovim config to toml for Helix?
#5450
Answered
by
David-Else
David-Else
asked this question in
Q&A
-
In Neovim, this lua works with https://github.com/valentjn/ltex-ls:
All the settings are show here: https://valentjn.github.io/ltex/settings.html In Helix the config format is:
How do I convert this to work in Helix? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
David-Else
Jan 9, 2023
Replies: 1 comment 4 replies
-
I did it! :) You should be able to switch languages using front matter in Markdown, and settings must be for each language, hence I have them twice for US and GB English.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
David-Else
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did it! :)
You should be able to switch languages using front matter in Markdown, and settings must be for each language, hence I have them twice for US and GB English.