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