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-material

URL: https://github.com/sainnhe/gruvbox-material/

Maintainers: Saygo

colorschemes.gruvbox-material.enable

Whether to enable gruvbox-material.

Type: boolean

Default: false

Example: true

Declared by:

colorschemes.gruvbox-material.package

The gruvbox-material package to use.

Type: package

Default: pkgs.vimPlugins.gruvbox-material

Declared by:

colorschemes.gruvbox-material.autoLoad

Whether to automatically load gruvbox-material when neovim starts.

Type: boolean

Default: true

Example: false

Declared by:

colorschemes.gruvbox-material.settings

The configuration options for gruvbox-material without the gruvbox_material_ prefix.

For example, the following settings are equivialent to these :setglobal commands:

  • foo_bar = 1 -> :setglobal gruvbox_material_foo_bar=1
  • hello = "world" -> :setglobal gruvbox_material_hello="world"
  • some_toggle = true -> :setglobal gruvbox_material_some_toggle
  • other_toggle = false -> :setglobal nogruvbox_material_other_toggle

Type: attribute set of anything

Default: { }

Example:

{
  colors_override = {
    green = [
      "#7d8618"
      142
    ];
  };
  enable_bold = 1;
  enable_italic = 1;
  foreground = "original";
  show_eob = 0;
  transparent_background = 2;
}

Declared by: