mini-bracketed
URL: https://github.com/nvim-mini/mini.bracketed/
Maintainers: Heitor Augusto
plugins.mini-bracketed.enable
Whether to enable mini-bracketed.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-bracketed.package
The mini-bracketed package to use.
Type: package
Default:
pkgs.vimPlugins.mini-bracketed
Declared by:
plugins.mini-bracketed.autoLoad
Whether to automatically load mini-bracketed when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-bracketed.settings
Options provided to the require('mini.bracketed').setup function.
Type: lua value
Default:
{ }
Example:
{
buffer = {
options = lib.nixvim.emptyTable;
suffix = "b";
};
comment = {
options = lib.nixvim.emptyTable;
suffix = "c";
};
conflict = {
options = lib.nixvim.emptyTable;
suffix = "x";
};
diagnostic = {
options = lib.nixvim.emptyTable;
suffix = "d";
};
file = {
options = lib.nixvim.emptyTable;
suffix = "f";
};
indent = {
options = lib.nixvim.emptyTable;
suffix = "i";
};
jump = {
options = lib.nixvim.emptyTable;
suffix = "j";
};
location = {
options = lib.nixvim.emptyTable;
suffix = "l";
};
oldfile = {
options = lib.nixvim.emptyTable;
suffix = "o";
};
quickfix = {
options = lib.nixvim.emptyTable;
suffix = "q";
};
treesitter = {
options = lib.nixvim.emptyTable;
suffix = "t";
};
undo = {
options = lib.nixvim.emptyTable;
suffix = "u";
};
window = {
options = lib.nixvim.emptyTable;
suffix = "w";
};
yank = {
options = lib.nixvim.emptyTable;
suffix = "y";
};
}
Declared by: