nvim: after/plugin/nvim-lint: Drop languagetool & vale
Both seem to give errors at the moment. While at it, drop the unused flake8 args setting.
This commit is contained in:
parent
e2880791b3
commit
3ea83c67ba
1 changed files with 0 additions and 4 deletions
|
@ -8,12 +8,8 @@ nvim_lint.linters_by_ft = {
|
||||||
haskell = { 'hlint' },
|
haskell = { 'hlint' },
|
||||||
javascript = { 'eslint' },
|
javascript = { 'eslint' },
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
markdown = { 'vale', 'languagetool' },
|
|
||||||
python = { 'pylint', 'mypy' },
|
python = { 'pylint', 'mypy' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
typescript = { 'eslint' },
|
typescript = { 'eslint' },
|
||||||
text = { 'vale', 'languagetool' },
|
|
||||||
yaml = { 'yamllint' },
|
yaml = { 'yamllint' },
|
||||||
}
|
}
|
||||||
|
|
||||||
nvim_lint.linters.flake8.args = { '--ignore', 'E133,E501,W503' }
|
|
||||||
|
|
Loading…
Reference in a new issue