image
URL: https://github.com/3rd/image.nvim
Maintainers: Gaetan Lepage
plugins.image.enable
Whether to enable image.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.image.package
The image.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.image-nvim
Declared by:
plugins.image.autoLoad
Whether to automatically load image.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.image.curlPackage
The curl package to use.
Type: null or package
Default:
pkgs.curl
Declared by:
plugins.image.ueberzugPackage
Package to automatically install if settings.backend.backend
is set to "ueberzug"
.
Type: null or package
Default:
pkgs.ueberzugpp
Declared by: