From 15ff0e244bf52095ac1a06fe6f5b1ad93509f3eb Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:34:59 -0700 Subject: [PATCH] fix: remove vale from linters The language server will take care of this now, don't need it. --- lua/plugins/linting.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/linting.lua b/lua/plugins/linting.lua index 85a8160..41239a5 100644 --- a/lua/plugins/linting.lua +++ b/lua/plugins/linting.lua @@ -5,7 +5,6 @@ return { events = { "BufWritePost", "BufReadPost", "InsertLeave" }, linters_by_ft = { html = { "djlint" }, - markdown = { "vale" }, javascript = { "eslint" }, typescript = { "eslint" }, javascriptreact = { "eslint" },