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

Specifies the character to use for the sign.

Type: null or string or raw lua code

Default: null

Plugin default: "┆"

Declared by: