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";