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.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: