plugins.gitsigns.extraOptions.signs.topdelete.hl

Specifies the highlight group to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsDelete"

Declared by:

plugins.gitsigns.extraOptions.signs.topdelete.linehl

Specifies the highlight group to use for the line.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsDeleteLn"

Declared by:

plugins.gitsigns.extraOptions.signs.topdelete.numhl

Specifies the highlight group to use for the number column.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsDeleteNr"

Declared by:

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

Specifies the character to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "▔"

Declared by: