nvim: after/plugin/nvim-lint: Enable systemd-analyze
This commit is contained in:
parent
aad1c8c217
commit
6afc6f90dd
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ nvim_lint.linters_by_ft = {
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
markdown = { 'vale' },
|
markdown = { 'vale' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
|
systemd = { 'systemd-analyze' },
|
||||||
typescript = { 'eslint_d' },
|
typescript = { 'eslint_d' },
|
||||||
yaml = { 'yamllint' },
|
yaml = { 'yamllint' },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue