Adding back markdown linting. Ignore some rules. #27

Merged
shaun merged 1 commits from feature/add-markdown-lint-rules into master 2026-01-19 20:29:39 -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