Add markdownlint as linter and formatter

resolves #8
This commit is contained in:
Alexander Navarro 2023-12-25 13:58:45 -03:00
parent 696961d514
commit f4073c837f
3 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ return {
scss = { { "prettierd", "prettier" } },
html = { "prettierd" },
sh = { "shfmt" },
markdown = { "markdownlint" },
-- Use the "_" filetype to run formatters on filetypes that don't
-- have other formatters configured.
["_"] = { "trim_whitespace" },