mini-bufremove
URL: https://github.com/nvim-mini/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.callSetup
Whether to generate the standard require('mini.bufremove').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-bufremove.settings
Options provided to the require('mini.bufremove').setup function.
Type: lua value
Default:
{ }
Example:
{
silent = true;
}
Declared by: