This commit is contained in:
Christoph Wagner 2024-03-31 22:38:19 +02:00
parent 0b95929489
commit 67f437fcd0
4 changed files with 24 additions and 1 deletions

View file

@ -7,6 +7,7 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
json = { 'jsonlint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,