nvim: after/plugin/nvim-lint: Enable linting for yaml

This commit is contained in:
Sanchayan Maity 2022-01-28 16:35:55 +05:30
parent c2038b5324
commit 8ff00d9cb0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ nvim_lint.linters_by_ft = {
sh = { 'shellcheck' },
typescript = { 'eslint' },
text = { 'vale', 'languagetool' },
yaml = { 'yamllint' },
}
nvim_lint.linters.flake8.args = { '--ignore', 'E133,E501,W503' }