plugins.statuscol.settings.segments.*.sign.auto
When true, the segment will not be drawn if no signs matching the pattern are currently placed in the buffer.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.statuscol.settings.segments.*.sign.colwidth
Maximum number of display cells per sign in this segment.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 2
plugins.statuscol.settings.segments.*.sign.fillchar
Character used to fill a segment with less signs than maxwidth.
Type: null or string or raw lua code
Default:
null
Plugin default: " "
plugins.statuscol.settings.segments.*.sign.fillcharhl
Highlight group used for fillchar (SignColumn/CursorLineSign if omitted).
Type: null or string or raw lua code
Default:
null
plugins.statuscol.settings.segments.*.sign.maxwidth
Maximum number of signs that will be displayed in this segment
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 1
plugins.statuscol.settings.segments.*.sign.name
List of lua patterns to match the sign name against.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
plugins.statuscol.settings.segments.*.sign.namespace
List of lua patterns to match the extmark sign namespace against.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
plugins.statuscol.settings.segments.*.sign.text
List of lua patterns to match the extmark sign text against.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]