nvim: after/plugin/nvim-lint: Enable systemd-analyze

This commit is contained in:
Sanchayan Maity 2024-11-03 15:44:42 +05:30
parent aad1c8c217
commit 6afc6f90dd
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -12,6 +12,7 @@ nvim_lint.linters_by_ft = {
lua = { 'luacheck' },
markdown = { 'vale' },
sh = { 'shellcheck' },
systemd = { 'systemd-analyze' },
typescript = { 'eslint_d' },
yaml = { 'yamllint' },
}