I already loved Helix (best editor in the world), but yesterday @haeckerfelix showed me that Language Servers can go much further than I thought.

TIL that Helix and Typst are a match made in heaven, thanks to the Language Server tinymist.

https://ergaster.org/til/helix-typst-match-in-heaven/

#helixEditor #typst

TIL that Helix and Typst are a match made in heaven

Helix makes extensive use of Language Servers, but tinymist pushes it beyond what I thought was possible.

Ergaster

@thibaultamartin For documents with long paragraphs, I suggest adding the following lines to the languages.toml file:

[[language]]
name = "typst"
soft-wrap.enable = true

@haeckerfelix