mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 00:15:30 +00:00
utility/img-clip: init
This commit is contained in:
parent
79993c71d8
commit
32b9694840
4 changed files with 41 additions and 1 deletions
11
modules/plugins/utility/images/img-clip/img-clip.nix
Normal file
11
modules/plugins/utility/images/img-clip/img-clip.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.utility.images.img-clip = {
|
||||
enable = mkEnableOption "img-clip to paste images into any markup language";
|
||||
|
||||
setupOpts = mkPluginSetupOption "img-clip" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue