Update .config/nvim/lua/plugins/nvim-lint.lua

This commit is contained in:
punkfairie 2024-09-27 21:33:55 -07:00
parent cc5436ce89
commit c893d8abcb
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -3,11 +3,9 @@ return {
"mfussenegger/nvim-lint", "mfussenegger/nvim-lint",
opts = { opts = {
linters_by_ft = { linters_by_ft = {
-- data/conf
yaml = { "yamllint" }, yaml = { "yamllint" },
-- shell
bash = { "shellcheck" }, bash = { "shellcheck" },
scss = { "stylelint" },
sh = { "shellcheck" }, sh = { "shellcheck" },
}, },
}, },