fix: remove vale from linters

The language server will take care of this now, don't need it.
This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 95bcd00efb
commit 28edccb0e0

View file

@ -5,7 +5,6 @@ return {
events = { "BufWritePost", "BufReadPost", "InsertLeave" }, events = { "BufWritePost", "BufReadPost", "InsertLeave" },
linters_by_ft = { linters_by_ft = {
html = { "djlint" }, html = { "djlint" },
markdown = { "vale" },
javascript = { "eslint" }, javascript = { "eslint" },
typescript = { "eslint" }, typescript = { "eslint" },
javascriptreact = { "eslint" }, javascriptreact = { "eslint" },