mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
plugins/image: add curlPackage and ueberzugPackage
This commit is contained in:
parent
6915b851a2
commit
93b8b75ff3
2 changed files with 21 additions and 2 deletions
|
@ -74,4 +74,15 @@
|
|||
backend = "ueberzug";
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.image = {
|
||||
enable = true;
|
||||
backend = "kitty";
|
||||
curlPackage = null;
|
||||
ueberzugPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue