plugins.gitsigns.settings.signs.change.hl

Specifies the highlight group to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsChange"

Declared by:

plugins.gitsigns.settings.signs.change.linehl

Specifies the highlight group to use for the line.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsChangeLn"

Declared by:

plugins.gitsigns.settings.signs.change.numhl

Specifies the highlight group to use for the number column.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsChangeNr"

Declared by:

plugins.gitsigns.settings.signs.change.show_count

Showing count of hunk, e.g. number of deleted lines.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.gitsigns.settings.signs.change.text

Specifies the character to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "┃"

Declared by: