mini-bufremove
URL: https://github.com/echasnovski/mini.bufremove/
Maintainers: Heitor Augusto
plugins.mini-bufremove.enable
Whether to enable mini.bufremove.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-bufremove.package
The mini.bufremove package to use.
Type: package
Default:
pkgs.vimPlugins.mini-bufremove
Declared by:
plugins.mini-bufremove.autoLoad
Whether to automatically load mini.bufremove when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-bufremove.settings
Options provided to the require('mini.bufremove').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
silent = true;
}
Declared by: