plugins.gitsigns.extraOptions.signs.changedelete.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.extraOptions.signs.changedelete.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.extraOptions.signs.changedelete.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.extraOptions.signs.changedelete.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.extraOptions.signs.changedelete.text

Specifies the character to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "~"

Declared by: