mini-surround
URL: https://github.com/echasnovski/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.settings
Options provided to the require('mini.surround').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
n_lines = 50;
respect_selection_type = true;
search_method = "cover_or_next";
}
Declared by: