This commit is contained in:
harshitsharmas84 2025-05-07 12:16:04 +05:30
parent d350db2449
commit 7851cfe3a0
7 changed files with 129 additions and 12 deletions

View file

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