added markdown linting and formatting

This commit is contained in:
adollar 2025-06-29 19:42:27 +01:00
parent c35e42337a
commit fd43e168ee
6 changed files with 90 additions and 71 deletions

View file

@ -41,6 +41,7 @@ return { -- Autoformat
jsonc = { 'prettierd' },
yaml = { 'prettierd' },
go = { 'goimports', 'golines' },
markdown = { 'mdformat' },
},
},
}