mini-tabline
URL: https://github.com/nvim-mini/mini.tabline/
Maintainers: Heitor Augusto
plugins.mini-tabline.enable
Whether to enable mini-tabline.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-tabline.package
The mini-tabline package to use.
Type: package
Default:
pkgs.vimPlugins.mini-tabline
Declared by:
plugins.mini-tabline.autoLoad
Whether to automatically load mini-tabline when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-tabline.callSetup
Whether to generate the standard require('mini.tabline').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-tabline.settings
Options provided to the require('mini.tabline').setup function.
Type: lua value
Default:
{ }
Example:
{
show_icons = false;
tabpage_section = "right";
}
Declared by: