AutoYADM commit: 2025-03-13 16:45:07

This commit is contained in:
Daniel Fichtinger 2025-03-13 16:45:07 -04:00
parent 5e07494795
commit 397efacdcd
2 changed files with 3 additions and 2 deletions

View file

@ -70,7 +70,7 @@ name = "markdown"
file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" }, { glob = "/tmp/aerc-compose-*.eml" }] file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" }, { glob = "/tmp/aerc-compose-*.eml" }]
# 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", "-c", "~/.dprint.jsonc"] }
auto-format = false auto-format = false

View file

@ -1,6 +1,7 @@
{ {
"markdown": { "markdown": {
"lineWidth": 72 "lineWidth": 72,
"textWrap": "always"
}, },
"dockerfile": {}, "dockerfile": {},
"markup": {}, "markup": {},