This commit is contained in:
Alexander Kabolov 2024-09-02 14:48:14 +02:00
parent a22976111e
commit b174df8a59
7 changed files with 169 additions and 110 deletions

View file

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