fix: add black to neovim

This commit is contained in:
Noa Aarts 2024-08-28 08:37:11 +02:00
parent a4785495b8
commit 47ea5e5e79
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -21,8 +21,10 @@
nodejs nodejs
php83Packages.composer php83Packages.composer
php83 php83
opam
(python3.withPackages (python-pkgs: [ (python3.withPackages (python-pkgs: [
python-pkgs.pip python-pkgs.pip
python-pkgs.black
])) ]))
]; ];
defaultEditor = true; defaultEditor = true;