Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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 ayu Lua module.

Type: boolean

Default:

false

Declared by: