nixfmt -> alejandra
This commit is contained in:
parent
f925b42669
commit
8b1a6aca39
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue