utility/images: add image.nvim

This commit is contained in:
raf 2024-02-17 03:19:38 +03:00
commit 7cb428520b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
10 changed files with 194 additions and 3 deletions

View file

@ -98,6 +98,7 @@ with lib; let
"vim-dirtytalk"
"highlight-undo"
"nvim-docs-view"
"image-nvim"
];
# You can either use the name of the plugin or a package.
pluginType = with types;
@ -116,11 +117,13 @@ with lib; let
type = pluginType;
description = "Plugin Package.";
};
after = mkOption {
type = listOf str;
default = [];
description = "Setup this plugin after the following ones.";
};
setup = mkOption {
type = lines;
default = "";