From e0f0c94593d1c2a92f61c5cbd6e38fb0966dc529 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 14 Sep 2025 16:26:31 +0200 Subject: [PATCH] plugins/image: cosmetic change in dependencies --- plugins/by-name/image/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/by-name/image/default.nix b/plugins/by-name/image/default.nix index 4f73a216..5222d155 100644 --- a/plugins/by-name/image/default.nix +++ b/plugins/by-name/image/default.nix @@ -126,10 +126,11 @@ lib.nixvim.plugins.mkNeovimPlugin { ]; }; - # In theory, we could remove that if the user explicitly disables `downloadRemoteImages` for - # all integrations but shipping `curl` is not too heavy. dependencies = [ + # In theory, we could remove that if the user explicitly disables `downloadRemoteImages` for + # all integrations but shipping `curl` is not too heavy. "curl" + { name = "ueberzug"; enable = config.plugins.image.settings.backend == "ueberzug";