plugins.indent-blankline.extraOptions.indent.char

Character, or list of characters, that get used to display the indentation guide. Each character has to have a display width of 0 or 1.

Plugin default:

Type: null or string or list of string

Default: null

Declared by:

plugins.indent-blankline.extraOptions.indent.highlight

Highlight group, or list of highlight groups, that get applied to the indentation guide.

Default: |hl-IblIndent|

Type: null or string or list of string

Default: null

Declared by:

plugins.indent-blankline.extraOptions.indent.priority

Virtual text priority for the indentation guide.

Plugin default: 1

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

Default: null

Declared by:

plugins.indent-blankline.extraOptions.indent.smart_indent_cap

Caps the number of indentation levels by looking at the surrounding code.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.indent-blankline.extraOptions.indent.tab_char

Character, or list of characters, that get used to display the indentation guide for tabs. Each character has to have a display width of 0 or 1.

Default: uses |lcs-tab| if |'list'| is set, otherwise, uses |ibl.config.indent.char|.

Type: null or string or list of string

Default: null

Declared by: