From 74d4c80929e9c38feec96eb41d194c907064c6c8 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:39:30 -0700 Subject: [PATCH] tinymist conf --- users/tao/helix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 381005c..7526c70 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -242,7 +242,8 @@ tinymist = { command = "tinymist"; config = { - exportPdf = "onSave"; + exportPdf = "onType"; + outputPath = "$root/$dir/$name"; }; }; steel-language-server = {