feat(lang.nix): Use alejandra formatter instead of nixfmt

This commit is contained in:
phucisstupid 2025-09-16 20:00:03 +07:00 committed by GitHub
parent 6e1de74597
commit 7ed83370cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ return {
optional = true,
opts = {
formatters_by_ft = {
nix = { "nixfmt" },
nix = { "alejandra" },
},
},
},