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.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: