plugins.gitsigns.settings.signs.delete.hl

Specifies the highlight group to use for the sign.

Plugin default: "GitSignsDelete"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.delete.linehl

Specifies the highlight group to use for the line.

Plugin default: "GitSignsDeleteLn"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.delete.numhl

Specifies the highlight group to use for the number column.

Plugin default: "GitSignsDeleteNr"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.delete.show_count

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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.delete.text

Specifies the character to use for the sign.

Plugin default: "▁"

Type: null or string or raw lua code

Default: null

Declared by: