plugins.snacks.settings.statuscolumn.enabled

Whether to enable statuscolumn plugin.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.snacks.settings.statuscolumn.left

Priority of signs on the left (high to low).

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "mark"
  "sign"
]

Declared by:

plugins.snacks.settings.statuscolumn.refresh

Time in milliseconds to refresh statuscolumn.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 50

Declared by:

plugins.snacks.settings.statuscolumn.right

Priority of signs on the right (high to low)

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "fold"
  "git"
]

Declared by: