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

illuminate

URL: https://github.com/RRethy/vim-illuminate/

Maintainers: Austin Horstman

plugins.illuminate.enable

Whether to enable illuminate.

Type: boolean

Default: false

Example: true

Declared by:

plugins.illuminate.package

The illuminate package to use.

Type: package

Default: pkgs.vimPlugins.vim-illuminate

Declared by:

plugins.illuminate.autoLoad

Whether to automatically load illuminate when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.illuminate.settings

Options provided to the require('illuminate').configure function.

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  delay = 200;
  filetypes_denylist = [
    "dirbuf"
    "fugitive"
  ];
  min_count_to_highlight = 2;
  providers = [
    "lsp"
    "treesitter"
  ];
  under_cursor = false;
}

Declared by: