mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
utility/images: add image.nvim
This commit is contained in:
parent
024e1a6845
commit
7cb428520b
10 changed files with 194 additions and 3 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue