plugins.barbar.settings.sidebar_filetypes

Control which filetypes will cause barbar to add an offset.

Type: null or (attribute set of (value true (singular enum) or (attribute set of anything) or raw lua code))

Default: null

Plugin default: { }

Declared by:

plugins.barbar.settings.sidebar_filetypes.<name>.align

Aligns the sidebar_filetypes.<name>.text.

Type: null or one of “left”, “center”, “right” or raw lua code

Default: null

Plugin default: "left"

plugins.barbar.settings.sidebar_filetypes.<name>.event

The event which the sidebar executes when leaving. The event which is |autocmd-execute|d when the sidebar closes.

Type: null or string or raw lua code

Default: null

Plugin default: "BufWinLeave"

plugins.barbar.settings.sidebar_filetypes.<name>.text

The text which will fill the offset.

Type: null or string or raw lua code

Default: null

Plugin default: null