nvim: after/plugin/nvim-lint: Enable linting for yaml
This commit is contained in:
parent
c2038b5324
commit
8ff00d9cb0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ nvim_lint.linters_by_ft = {
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
typescript = { 'eslint' },
|
typescript = { 'eslint' },
|
||||||
text = { 'vale', 'languagetool' },
|
text = { 'vale', 'languagetool' },
|
||||||
|
yaml = { 'yamllint' },
|
||||||
}
|
}
|
||||||
|
|
||||||
nvim_lint.linters.flake8.args = { '--ignore', 'E133,E501,W503' }
|
nvim_lint.linters.flake8.args = { '--ignore', 'E133,E501,W503' }
|
||||||
|
|
Loading…
Reference in a new issue