fix: remove vale from linters
The language server will take care of this now, don't need it.
This commit is contained in:
parent
aa85023022
commit
15ff0e244b
1 changed files with 0 additions and 1 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue