Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

blink-pairs

URL: https://github.com/Saghen/blink.pairs

Maintainers: Gaetan Lepage

Whether to enable blink-pairs.

Type: boolean

Default:

false

Example:

true

Declared by:

The blink-pairs package to use.

Type: package

Default:

pkgs.vimPlugins.blink-pairs

Declared by:

Whether to automatically load blink-pairs when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

Whether to generate the standard require('blink.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:

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: