plugins.clipboard-image.enable

Whether to enable clipboard-image.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.clipboard-image.package

Which package to use for the clipboard-image.nvim plugin.

Type: package

Default: <derivation vimplugin-clipboard-image.nvim-2022-11-10>

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: