helix: Added black python formatter
This commit is contained in:
parent
69903f42d7
commit
c3d56f0f90
@ -31,9 +31,14 @@
|
|||||||
[[language]]
|
[[language]]
|
||||||
name = "nix"
|
name = "nix"
|
||||||
formatter = { command = "nixpkgs-fmt" }
|
formatter = { command = "nixpkgs-fmt" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "python"
|
||||||
|
formatter = { command = "black", args = [ "-" ] }
|
||||||
'';
|
'';
|
||||||
|
|
||||||
packages = with pkgs.unstablePkgs; [
|
packages = with pkgs.unstablePkgs; [
|
||||||
|
black
|
||||||
helix
|
helix
|
||||||
clang-tools
|
clang-tools
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
Loading…
Reference in New Issue
Block a user