AutoYADM commit: 2025-03-05 14:05:13
This commit is contained in:
parent
1bdfdfeb46
commit
902ec4eac2
1 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@ command = "tinymist"
|
|||
[language-server.tinymist.config]
|
||||
exportPdf = "onType"
|
||||
# exportPdf = "onSave"
|
||||
outputPath = "$root/target/$dir/$name"
|
||||
# outputPath = "$root/target/$dir/$name"
|
||||
# outputPath = "$dir/$name"
|
||||
formatterMode = "typstyle"
|
||||
|
||||
|
@ -64,10 +64,11 @@ command = "iwes"
|
|||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
language-servers = ["ltex-ls-plus", "marksman", "scls"]
|
||||
# language-servers = ["harper-ls", "marksman", "scls"]
|
||||
# language-servers = ["ltex-ls-plus", "marksman", "scls"]
|
||||
language-servers = ["harper-ls", "marksman", "scls"]
|
||||
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] }
|
||||
auto-format = true
|
||||
auto-format = false
|
||||
|
||||
|
||||
|
||||
[[language]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue