Skip to content

Commit

Permalink
feat(lua): 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 9924e11 commit 9804925
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,13 @@ return {
},
},
},
{
"mfussenegger/nvim-lint",
optional = true,
opts = {
linters_by_ft = {
lua = { "luacheck" },
},
},
},
}

0 comments on commit 9804925

Please sign in to comment.