add rumdl as markdown linter/formatter

This commit is contained in:
Alexander Navarro 2026-01-30 15:25:15 -03:00
parent b3df5795f2
commit 63a18416df
6 changed files with 212 additions and 29 deletions

View file

@ -23,7 +23,7 @@ return {
json = { "biome" },
jsonc = { "biome" },
lua = { "stylua" },
markdown = { "markdownlint" },
markdown = { "rumdl" },
php = { "pint" },
python = { "ruff_format", "ruff_organize_imports" },
rust = { "rustfmt" },