plugins.gitsigns.extraOptions.signs.add.hl

Specifies the highlight group to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsAdd"

Declared by:

plugins.gitsigns.extraOptions.signs.add.linehl

Specifies the highlight group to use for the line.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsAddLn"

Declared by:

plugins.gitsigns.extraOptions.signs.add.numhl

Specifies the highlight group to use for the number column.

Type: null or string or raw lua code

Default: null

Plugin default: "GitSignsAddNr"

Declared by:

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

Specifies the character to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "┃"

Declared by: