helix: Added black python formatter

This commit is contained in:
Giulio De Pasquale 2023-02-15 12:49:01 -08:00
parent 69903f42d7
commit c3d56f0f90

View File

@ -31,9 +31,14 @@
[[language]]
name = "nix"
formatter = { command = "nixpkgs-fmt" }
[[language]]
name = "python"
formatter = { command = "black", args = [ "-" ] }
'';
packages = with pkgs.unstablePkgs; [
black
helix
clang-tools
rust-analyzer