diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index aed4efaa..6d5cc713 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -22,7 +22,8 @@ workspace.library = [ command = "tinymist" [language-server.tinymist.config] exportPdf = "onType" -outputPath = "$dir/target/$name" +# outputPath = "$root/target/$name" +# outputPath = "$root/$dir/target/$name" # exportPdf = "onSave" # outputPath = "$root/target/$dir/$name" # outputPath = "$dir/$name"