nixfmt -> alejandra

This commit is contained in:
foxora 2026-03-03 04:12:01 +00:00
parent f925b42669
commit 8b1a6aca39
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ return {
conform.setup({
formatters_by_ft = {
lua = nixCats("lang.lua") and { "stylua" } or nil,
nix = nixCats("lang.nix") and { "nixfmt" } or nil,
nix = nixCats("lang.nix") and { "alejandra" } or nil,
rust = nixCats("lang.rust") and { "rustfmt", lsp_format = "fallback" } or nil,
haskell = nixCats("lang.haskell") and { "ormolu" } or nil,
proto = nixCats("lang.protobuf") and { "buf" } or nil,

View file

@ -65,7 +65,7 @@ in
nix = [
nil
nix-doc # TODO: i forgot what this is for
nixfmt
alejandra
];
rust = [
cargo