plugins/image: cosmetic change in dependencies

This commit is contained in:
Gaetan Lepage 2025-09-14 16:26:31 +02:00 committed by Gaétan Lepage
parent e1e056e82e
commit e0f0c94593

View file

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