@leona@social.infinitespace.dev
Post #2029006
2026-03-21 20:34 UTC
Replies (6)
-
@privateger@plasmatrap.com 2026-03-21 21:11
@leona@social.infinitespace.dev sounds like what you want? https://github.com/languagetool-language-server/languagetool-languageserver
-
@hervyqa@datasci.social 2026-03-22 16:42
@leona@social.infinitespace.dev harper-ls or vale-ls. maybe that's what you're looking for
-
@Sobex@social.sciences.re 2026-03-21 21:03
@leona@social.infinitespace.dev The natural language processing in Jetbrains IDE (which is now built-in, but used to rely on Language tool via Grazie) seems pretty good. So perhaps look up if there's any LSP using Language Tools for your editor. (Any JetBrains IDE + Texify gets you a very good LaTeX experience, but I don't know if we have a Typst plugin here)
-
@haenoe@hachyderm.io 2026-03-21 23:15
@leona@social.infinitespace.dev I have been using harper (https://github.com/Automattic/harper) and have been pretty happy. They have integration with Typst and Markdown :D
-
@vandox@chaos.social 2026-03-22 08:08
@leona@social.infinitespace.dev https://github.com/ltex-plus/ltex-ls-plus works well for me.
-
@Atemu@darmstadt.social 2026-05-23 11:21
@leona@social.infinitespace.dev In my Emacs I configured hunspell which is what e.g. Firefox uses for spellcheck and it works quite alright. It looks like there are plans to integrate a hunspell-compatible spellchecker into Helix directly: https://github.com/helix-editor/helix/discussions/14085