From cdc482b593414908719cc7475bd61eeac20e00fc Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Tue, 8 Jul 2025 15:00:12 +0200 Subject: [PATCH] Remove black as python formatter for now --- modules/home-manager/nixvim/plugins/fmt.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home-manager/nixvim/plugins/fmt.nix b/modules/home-manager/nixvim/plugins/fmt.nix index 6f2a968..be6cfeb 100644 --- a/modules/home-manager/nixvim/plugins/fmt.nix +++ b/modules/home-manager/nixvim/plugins/fmt.nix @@ -44,7 +44,6 @@ formatters_by_ft = { lua = [ "stylua" ]; - python = [ "black" ]; nix = [ "nixfmt" ]; }; };