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.callSetup
Whether to generate the standard require('illuminate').configure(...) 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:
plugins.illuminate.settings
Options provided to the require('illuminate').configure function.
Type: lua value
Default:
{ }
Example:
{
delay = 200;
filetypes_denylist = [
"dirbuf"
"fugitive"
];
min_count_to_highlight = 2;
providers = [
"lsp"
"treesitter"
];
under_cursor = false;
}
Declared by: