plugins.lualine.settings.options.section_separators

Filetypes in which to disable lualine. Allows you to specify filetypes that you want to only disable on specific components.

Type: null or string or (attribute set of anything) or raw lua code

Default: null

Plugin default:

{
  left = "";
  right = "";
}

Declared by:

plugins.lualine.settings.options.section_separators.left

Left separator

Type: null or string or raw lua code

Default: null

Plugin default: ""

plugins.lualine.settings.options.section_separators.right

Right separator

Type: null or string or raw lua code

Default: null

Plugin default: ""