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

vague

URL: https://github.com/vague-theme/vague.nvim/

Maintainers: Heitor Augusto

colorschemes.vague.enable

Whether to enable vague.

Type: boolean

Default: false

Example: true

Declared by:

colorschemes.vague.package

The vague package to use.

Type: package

Default: pkgs.vimPlugins.vague-nvim

Declared by:

colorschemes.vague.autoLoad

Whether to automatically load vague when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

colorschemes.vague.settings

Options provided to the require('vague').setup function.

Type: lua value

Default: { }

Example:

{
  bold = false;
  italic = false;
}

Declared by: