helix: Added black python formatter
This commit is contained in:
parent
69903f42d7
commit
c3d56f0f90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user