1 Commits

Author SHA1 Message Date
Shaun Setlock
92c3655325 Adding back markdown linting. Ignore some rules. 2026-01-14 20:10:01 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ return {
opts = { opts = {
linters = { linters = {
["markdownlint-cli2"] = { ["markdownlint-cli2"] = {
args = { "--config", HOME .. "/.config/nvim/lua/plugins/.markdownlint-cli2.yaml", "--" }, args = { "--config", HOME .. "/.config/nvim/lua/plugins/markdownlint-cli2.yaml", "--" },
}, },
}, },
}, },

View File

@@ -0,0 +1,2 @@
config:
MD013: false