blink-pairs
URL: https://github.com/Saghen/blink.pairs
Maintainers: Gaetan Lepage
plugins.blink-pairs.enable
Whether to enable blink-pairs.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.blink-pairs.package
The blink-pairs package to use.
Type: package
Default:
pkgs.vimPlugins.blink-pairs
Declared by:
plugins.blink-pairs.autoLoad
Whether to automatically load blink-pairs when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.blink-pairs.settings
Options provided to the require('blink.pairs').setup function.
Type: lua value
Default:
{ }
Example:
{
highlights = {
cmdline = true;
enabled = true;
groups = [
"rainbow1"
"rainbow2"
"rainbow3"
"rainbow4"
"rainbow5"
"rainbow6"
];
matchparen = {
cmdline = false;
enabled = true;
group = "BlinkPairsMatchParen";
include_surrounding = false;
priority = 250;
};
unmatched_group = "";
};
mappings = {
enabled = false;
};
}
Declared by: