plugins.mini.enable
Whether to enable mini.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini.package
Which package to use for the mini.nvim plugin.
Type: package
Default:
<derivation vimplugin-mini.nvim-2024-05-12>
Declared by:
plugins.mini.modules
Enable and configure the mini modules.
The keys are the names of the modules (without the mini.
prefix).
The value is an attrs of configuration options for the module.
Leave the attrs empty to use the module’s default configuration.
Type: attribute set of (attribute set)
Default:
{ }
Example:
{
ai = {
n_lines = 50;
search_method = "cover_or_next";
};
surround = { };
}
Declared by: