mini-basics
URL: https://github.com/nvim-mini/mini.basics/
Maintainers: Heitor Augusto
plugins.mini-basics.enable
Whether to enable mini-basics.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-basics.package
The mini-basics package to use.
Type: package
Default:
pkgs.vimPlugins.mini-basics
Declared by:
plugins.mini-basics.autoLoad
Whether to automatically load mini-basics when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-basics.callSetup
Whether to generate the standard require('mini.basics').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-basics.settings
Options provided to the require('mini.basics').setup function.
Type: lua value
Default:
{ }
Example:
{
autocommands = {
basic = true;
relnum_in_visual_mode = false;
};
mappings = {
basic = true;
move_with_alt = false;
option_toggle_prefix = "\\";
windows = false;
};
options = {
basic = true;
extra_ui = false;
win_borders = "auto";
};
silent = false;
}
Declared by: