Markdownlint yeet

This commit is contained in:
Imbus 2024-12-11 12:51:03 +01:00
parent 48377725bc
commit d12f1780a9

View file

@ -9,9 +9,9 @@ return {
-- ...Perhaps configure these in [["./nvim-lspconfig.lua"]]?
-- See: ':help MasonInstall' and ':help Mason'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
}
-- lint.linters_by_ft = {
-- markdown = { 'markdownlint' },
-- }
-- To allow other plugins to add linters to require('lint').linters_by_ft,
-- instead set linters_by_ft like this: