nvim: enable linter markdownlint for markdown files

This commit is contained in:
Fernando Schauenburg 2024-07-22 18:27:29 +02:00
parent 3dae4ffe76
commit d596908f2c

View file

@ -13,6 +13,7 @@ return {
config = function() config = function()
require("lint").linters_by_ft = { require("lint").linters_by_ft = {
markdown = { "markdownlint" },
sh = { "shellcheck" }, sh = { "shellcheck" },
} }
end, end,