Skip to content

Commit

Permalink
feat(bash): add nvim-lint to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 8, 2024
1 parent d71489c commit 9924e11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/bash/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@ return {
},
},
},
{
"mfussenegger/nvim-lint",
optional = true,
opts = {
linters_by_ft = {
sh = { "shellcheck" },
},
},
},
}

0 comments on commit 9924e11

Please sign in to comment.