From 0a5430646132f1c642b206271f7cd4a5213f9976 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 12 May 2026 12:38:07 -0400 Subject: [PATCH] helix: Configure tinymist for typst --- helix/languages.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helix/languages.toml b/helix/languages.toml index 45e11cd..1d3eea0 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -5,3 +5,10 @@ formatter = { command = "goimports" } [language-server.rust-analyzer.config.check] command = "clippy" + +[language-server.tinymist] +command = "tinymist" + +[language-server.tinymist.config.preview] +background = { enabled = true } +refresh = "onSave"