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-surround

URL: https://github.com/nvim-mini/mini.surround/

Maintainers: Heitor Augusto

plugins.mini-surround.enable

Whether to enable mini-surround.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.mini-surround.package

The mini-surround package to use.

Type: package

Default:

pkgs.vimPlugins.mini-surround

Declared by:

plugins.mini-surround.autoLoad

Whether to automatically load mini-surround when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.mini-surround.callSetup

Whether to generate the standard require('mini.surround').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-surround.settings

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

Type: lua value

Default:

{ }

Example:

{
  n_lines = 50;
  respect_selection_type = true;
  search_method = "cover_or_next";
}

Declared by: