AutoYADM commit: 2025-03-13 16:45:07
This commit is contained in:
parent
5e07494795
commit
397efacdcd
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"markdown": {
|
"markdown": {
|
||||||
"lineWidth": 72
|
"lineWidth": 72,
|
||||||
|
"textWrap": "always"
|
||||||
},
|
},
|
||||||
"dockerfile": {},
|
"dockerfile": {},
|
||||||
"markup": {},
|
"markup": {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue