From 5ec2bb91d316be8254d5898b1574729d636af1c2 Mon Sep 17 00:00:00 2001
From: Jan Hensel <ceo@dubious.engineering>
Date: Wed, 28 Aug 2024 10:43:27 +0200
Subject: [PATCH] tinymist: change some settings

---
 .config/nvim/lua/ztf/lsp.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/nvim/lua/ztf/lsp.lua b/.config/nvim/lua/ztf/lsp.lua
index 3e034c6..ad3a76b 100644
--- a/.config/nvim/lua/ztf/lsp.lua
+++ b/.config/nvim/lua/ztf/lsp.lua
@@ -20,7 +20,8 @@ lspconfig.vimls.setup {}
 lspconfig.tinymist.setup {
   settings = {
     exportPdf = "onType",
-    outputPath = "$dir/live/$name",
+    outputPath = "$root/live/$dir/$name",
+    systemFonts = true,
   },
   root_dir = function(fname)
     return lspconfig.util.path.dirname(fname)
-- 
GitLab