plugins.indent-blankline.settings.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.
Type: null or string or list of string
Default:
null
Plugin default: "▎"
Declared by:
plugins.indent-blankline.settings.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.settings.indent.priority
Virtual text priority for the indentation guide.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 1
Declared by:
plugins.indent-blankline.settings.indent.smart_indent_cap
Caps the number of indentation levels by looking at the surrounding code.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.indent-blankline.settings.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: