From be5987fcb2ae0380930e2edc870e12f2a9e06d9a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 15 Feb 2025 16:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-15 16:45:03 --- .config/helix/languages.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 343c42f7..cafc1854 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -4,6 +4,10 @@ workspace.library = [ "/home/fic/.config/nvim/lua", ] +[language-server.tinymist] +command = "tinymist" +config = { exportPdf = "onSave", outputPath = "$root/target/$dir/$name" } + [language-server.buffer-language-server] command = "buffer-language-server"