plugins.fugit2.settings

Options provided to the require('fugit2').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  external_diffview = true;
  height = "90%";
  width = "62%";
}

Declared by:

plugins.fugit2.settings.blame_info_height

Height of blame hunk detail popup.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 10

Declared by:

plugins.fugit2.settings.blame_info_width

Width of blame hunk detail popup.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 60

Declared by:

plugins.fugit2.settings.blame_priority

Priority of blame virtual text.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 1

Declared by:

plugins.fugit2.settings.colorscheme

Custom colorscheme specification.

Type: null or string or raw lua code

Default: null

Declared by:

plugins.fugit2.settings.content_width

File view content width.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 60

Declared by:

plugins.fugit2.settings.external_diffview

Whether to use external diffview.nvim or Fugit2 implementation.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.fugit2.settings.gpgme_path

Path to the gpgme lib.

Type: null or string or raw lua code

Default: null

Plugin default: "gpgme"

Declared by:

plugins.fugit2.settings.height

Main popup height.

Type: null or string or (unsigned integer, meaning >=0)

Default: null

Plugin default: "60%"

Declared by:

plugins.fugit2.settings.libgit2_path

Path to libgit2 lib if not set via environments.

Type: null or string or raw lua code

Default: null

Declared by:

plugins.fugit2.settings.max_width

Main popup width when expand patch view.

Type: null or string or (unsigned integer, meaning >=0)

Default: null

Plugin default: "80%"

Declared by:

plugins.fugit2.settings.min_width

File view width when expand patch view.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 50

Declared by:

plugins.fugit2.settings.show_patch

Whether to show patch for active file when open fugit2 main window.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.fugit2.settings.width

Main popup width.

Type: null or string or (unsigned integer, meaning >=0)

Default: null

Plugin default: 100

Declared by: