feat(lang): nix add statix linter

This commit is contained in:
Jose Storopoli 2025-07-11 17:20:14 -03:00
parent 25abbf546d
commit 74942826c6
No known key found for this signature in database

View file

@ -24,4 +24,13 @@ return {
},
},
},
{
"mfussenegger/nvim-lint",
optional = true,
opts = {
linters_by_ft = {
nix = { "statix" },
},
},
},
}