This commit is contained in:
Alexandre Ignjatovic 2025-08-21 22:01:12 +02:00
parent fb3514f314
commit 4fffef9936
2 changed files with 16 additions and 7 deletions

View file

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