This commit is contained in:
sharmaharshitnone 2025-05-29 19:04:44 +05:30
parent 3338d39206
commit edc87670eb
16 changed files with 1096 additions and 13 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,