Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TwIStOy/dotvim
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 5, 2024
2 parents 99ccbe8 + 8d4f305 commit 8c4b220
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/dotvim/packages/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,13 @@ return {
end
end,
},
{
"nvim-lint",
opts = {
linters_by_ft = {
nix = { "statix" },
},
},
},
},
}

0 comments on commit 8c4b220

Please sign in to comment.