nvim: after/plugin/nvim-lint: Drop pylint and use ruff
This commit is contained in:
parent
5abfc19676
commit
ad1c594245
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ nvim_lint.linters_by_ft = {
|
||||||
javascript = { 'eslint_d' },
|
javascript = { 'eslint_d' },
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
markdown = { 'vale' },
|
markdown = { 'vale' },
|
||||||
python = { 'pylint' },
|
python = { 'ruff' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
typescript = { 'eslint_d' },
|
typescript = { 'eslint_d' },
|
||||||
yaml = { 'yamllint' },
|
yaml = { 'yamllint' },
|
||||||
|
|
Loading…
Reference in a new issue