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

mini-pairs

URL: https://github.com/echasnovski/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.settings

Options provided to the require('mini.pairs').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  modes = {
    command = true;
    insert = true;
    terminal = false;
  };
}

Declared by: