From d12f1780a913bea9d0cbbe6a73698ef821ff0042 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 11 Dec 2024 12:51:03 +0100 Subject: [PATCH] Markdownlint yeet --- lua/plugins/lint.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plugins/lint.lua b/lua/plugins/lint.lua index 7ce78cf..2a61359 100644 --- a/lua/plugins/lint.lua +++ b/lua/plugins/lint.lua @@ -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: