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

gruvbox

URL: https://github.com/ellisonleao/gruvbox.nvim/

Maintainers: Gaetan Lepage

colorschemes.gruvbox.enable

Whether to enable gruvbox.

Type: boolean

Default:

false

Example:

true

Declared by:

colorschemes.gruvbox.package

The gruvbox package to use.

Type: package

Default:

pkgs.vimPlugins.gruvbox-nvim

Declared by:

colorschemes.gruvbox.autoLoad

Whether to automatically load gruvbox when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

colorschemes.gruvbox.callSetup

Whether to generate the standard require('gruvbox').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by:

colorschemes.gruvbox.settings

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

Type: lua value

Default:

{ }

Example:

{
  palette_overrides = {
    bright_blue = "#5476b2";
    bright_purple = "#fb4934";
    dark1 = "#323232";
    dark2 = "#383330";
    dark3 = "#323232";
  };
  terminal_colors = true;
}

Declared by: