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

Specifies the character to use for the sign.

Plugin default: "┆"

Type: null or string or raw lua code

Default: null

Declared by: