ayu
URL: https://github.com/Shatur/neovim-ayu/
Maintainers: Gaetan Lepage
colorschemes.ayu.enable
Whether to enable ayu.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.ayu.package
The ayu package to use.
Type: package
Default:
pkgs.vimPlugins.neovim-ayu
Declared by:
colorschemes.ayu.autoLoad
Whether to automatically load ayu when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.ayu.callSetup
Whether to generate the standard require('ayu').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
ayuLua module.
Type: boolean
Default:
false
Declared by: