Globally turn off MD013 lint

Might turn off markdownlint completely but this is the most annoying
rule.
This commit is contained in:
2026-02-17 22:23:00 -05:00
parent 7a00a8d47b
commit 397ec2a484
3 changed files with 31 additions and 23 deletions

View File

@@ -11,6 +11,12 @@ return {
oxlint = {
prepend_args = { "--type-aware" },
},
["markdownlint-cli2"] = {
prepend_args = {
"--config",
vim.fn.stdpath("config") .. "/.markdownlint-cli2.yaml",
},
},
},
},
}