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"]]? -- ...Perhaps configure these in [["./nvim-lspconfig.lua"]]?
-- See: ':help MasonInstall' and ':help Mason' -- See: ':help MasonInstall' and ':help Mason'
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,
-- instead set linters_by_ft like this: -- instead set linters_by_ft like this: