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-git

URL: https://github.com/echasnovski/mini-git/

Maintainers: Heitor Augusto

plugins.mini-git.enable

Whether to enable mini.git.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mini-git.package

The mini.git package to use.

Type: package

Default: pkgs.vimPlugins.mini-git

Declared by:

plugins.mini-git.autoLoad

Whether to automatically load mini.git when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mini-git.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  command = {
    split = "horizontal";
  };
  job = {
    timeout = 20000;
  };
}

Declared by: