AutoYADM commit: 2025-03-05 14:05:13

This commit is contained in:
Daniel Fichtinger 2025-03-05 14:05:13 -05:00
parent 1bdfdfeb46
commit 902ec4eac2

View file

@ -23,7 +23,7 @@ command = "tinymist"
[language-server.tinymist.config] [language-server.tinymist.config]
exportPdf = "onType" exportPdf = "onType"
# exportPdf = "onSave" # exportPdf = "onSave"
outputPath = "$root/target/$dir/$name" # outputPath = "$root/target/$dir/$name"
# outputPath = "$dir/$name" # outputPath = "$dir/$name"
formatterMode = "typstyle" formatterMode = "typstyle"
@ -64,10 +64,11 @@ command = "iwes"
[[language]] [[language]]
name = "markdown" name = "markdown"
language-servers = ["ltex-ls-plus", "marksman", "scls"] # language-servers = ["ltex-ls-plus", "marksman", "scls"]
# language-servers = ["harper-ls", "marksman", "scls"] language-servers = ["harper-ls", "marksman", "scls"]
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] } formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] }
auto-format = true auto-format = false
[[language]] [[language]]