mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lang.nix): Use alejandra formatter instead of nixfmt
This commit is contained in:
parent
6e1de74597
commit
7ed83370cf
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ return {
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
nix = { "nixfmt" },
|
nix = { "alejandra" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue