remove markdownlint

This commit is contained in:
Philipp Thaler 2026-02-12 22:33:24 +01:00
parent 3572895a32
commit 4407936dfd
1 changed files with 1 additions and 1 deletions

View File

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