fix markdown lint plugin

This commit is contained in:
Ray Suliteanu 2024-07-12 12:30:39 -07:00
parent 0573e9c431
commit 93793a3f3f
No known key found for this signature in database
GPG Key ID: 25BCE3C253935ABE
1 changed files with 1 additions and 1 deletions

View File

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