typst-env/.helix/languages.toml

9 lines
168 B
TOML

[language-server.typst-lsp]
command = "typst-lsp"
config = { exportPdf = "never" }
[[language]]
name = "typst"
auto-format = true
formatter = { command = "typstfmt" }