plugins.gitsigns.settings.signs.add.hl

Specifies the highlight group to use for the sign.

Plugin default: "GitSignsAdd"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.add.linehl

Specifies the highlight group to use for the line.

Plugin default: "GitSignsAddLn"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.add.numhl

Specifies the highlight group to use for the number column.

Plugin default: "GitSignsAddNr"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.signs.add.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.add.text

Specifies the character to use for the sign.

Plugin default: "┃"

Type: null or string or raw lua code

Default: null

Declared by: