Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mini-tabline

URL: https://github.com/echasnovski/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.settings

Options provided to the require('mini.tabline').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  show_icons = false;
  tabpage_section = "right";
}

Declared by: