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.settings
Options provided to the require('mini.bufremove').setup function.
Type: lua value
Default:
{ }
Example:
{
  silent = true;
}
Declared by: