feat: add alejandra as formatter
This commit is contained in:
parent
9a2d0eed40
commit
23aa8bdd15
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@
|
|||
go = ["gofmt"];
|
||||
json = ["jq"];
|
||||
lua = ["stylua"];
|
||||
nix = ["nixpkgs_fmt"];
|
||||
nix.__raw = ''
|
||||
function(bufnr)
|
||||
return { first(bufnr, "nixpkgs_fmt", "alejandra") }
|
||||
end
|
||||
'';
|
||||
python.__raw = ''
|
||||
function(bufnr)
|
||||
return { first(bufnr, "ruff_organize_imports", "isort"), first(bufnr, "ruff_format", "black")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue