nvim: after/plugin/nvim-lint: Use eslint_d instead of eslint

This commit is contained in:
Sanchayan Maity 2022-12-08 16:23:51 +05:30
parent 734e486f52
commit bc8904c94b
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ nvim_lint.linters_by_ft = {
dockerfile = { 'hadolint' },
fish = { 'fish' },
haskell = { 'hlint' },
javascript = { 'eslint' },
javascript = { 'eslint_d' },
lua = { 'luacheck' },
python = { 'pylint' },
sh = { 'shellcheck' },
typescript = { 'eslint' },
typescript = { 'eslint_d' },
yaml = { 'yamllint' },
}