plugins.clipboard-image.enable
Whether to enable clipboard-image.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.clipboard-image.package
The clipboard-image.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.clipboard-image-nvim
Declared by:
plugins.clipboard-image.clipboardPackage
Which clipboard provider to use.
Recommended:
- X11:
pkgs.xclip
- Wayland:
pkgs.wl-clipboard
- MacOS:
pkgs.pngpaste
Type: null or package
Example:
<derivation wl-clipboard-2.2.1>
Declared by:
plugins.clipboard-image.extraOptions
These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.
Type: attribute set of anything
Default:
{ }
Declared by: