plugins/image: cosmetic change in dependencies
This commit is contained in:
parent
e1e056e82e
commit
e0f0c94593
1 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue