mini-hipatterns
URL: https://github.com/nvim-mini/mini.hipatterns/
Maintainers: Heitor Augusto
plugins.mini-hipatterns.enable
Whether to enable mini-hipatterns.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-hipatterns.package
The mini-hipatterns package to use.
Type: package
Default:
pkgs.vimPlugins.mini-hipatterns
Declared by:
plugins.mini-hipatterns.autoLoad
Whether to automatically load mini-hipatterns when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-hipatterns.callSetup
Whether to generate the standard require('mini.hipatterns').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:
plugins.mini-hipatterns.settings
Options provided to the require('mini.hipatterns').setup function.
Type: lua value
Default:
{ }
Example:
{
delay = {
scroll = 50;
text_change = 200;
};
highlighters = lib.nixvim.emptyTable;
}
Declared by: