plugins.gitgutter.enable

Whether to enable gitgutter.

Type: boolean

Default: false

Example: true

Declared by:

plugins.gitgutter.enableByDefault

Enable gitgutter by default

Type: boolean

Default: true

Declared by:

plugins.gitgutter.package

Which package to use for the gitgutter plugin.

Type: package

Default: <derivation vimplugin-vim-gitgutter-2024-04-29>

Declared by:

plugins.gitgutter.allowClobberSigns

Don’t preserve other signs on the sign column

Type: boolean

Default: false

Declared by:

plugins.gitgutter.defaultMaps

Let gitgutter set default mappings

Type: boolean

Default: true

Declared by:

plugins.gitgutter.diffRelativeToWorkingTree

Make diffs relative to the working tree instead of the index

Type: boolean

Default: false

Declared by:

plugins.gitgutter.extraDiffArgs

Extra arguments to pass to git diff

Type: string

Default: ""

Declared by:

plugins.gitgutter.extraGitArgs

Extra arguments to pass to git

Type: string

Default: ""

Declared by:

plugins.gitgutter.grep

A non-standard grep to use instead of the default

Type: null or (submodule) or string

Default: null

Declared by:

plugins.gitgutter.highlightLineNumbers

Highlight line numbers by default

Type: boolean

Default: true

Declared by:

plugins.gitgutter.highlightLines

Highlight lines by default

Type: boolean

Default: true

Declared by:

plugins.gitgutter.matchBackgrounds

Make the background colors match the sign column

Type: boolean

Default: false

Declared by:

plugins.gitgutter.maxSigns

Maximum number of signs to show on the screen. Unlimited by default.

Type: null or signed integer

Default: null

Declared by:

plugins.gitgutter.previewWinFloating

Preview hunks on floating windows

Type: boolean

Default: false

Declared by:

plugins.gitgutter.recommendedSettings

Use recommended settings

Type: boolean

Default: true

Declared by:

plugins.gitgutter.runAsync

Disable this to run git diff syncrhonously instead of asynchronously

Type: boolean

Default: true

Declared by:

plugins.gitgutter.showMessageOnHunkJumping

Show a message when jumping between hunks

Type: boolean

Default: true

Declared by:

plugins.gitgutter.signPriority

GitGutter’s sign priority on the sign column

Type: null or signed integer

Default: null

Declared by:

plugins.gitgutter.signsByDefault

Show signs by default

Type: boolean

Default: true

Declared by:

plugins.gitgutter.terminalReportFocus

Let the terminal report its focus status

Type: boolean

Default: true

Declared by:

plugins.gitgutter.useLocationList

Load chunks into windows’s location list instead of the quickfix list

Type: boolean

Default: false

Declared by: