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

@ -17,6 +17,7 @@ return {
sh = { "shellcheck" },
NeogitCommitMessage = { "gitlint" },
gitcommit = { "gitlint" },
markdown = { "markdownlint" },
}
vim.api.nvim_create_autocmd({ "BufWritePost" }, {