plugins.lualine.settings.inactive_sections.lualine_x.*.separator

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 = " ";
}

plugins.lualine.settings.inactive_sections.lualine_x.separator.left

Left separator

Type: null or string or raw lua code

Default: null

Plugin default: " "

plugins.lualine.settings.inactive_sections.lualine_x.separator.right

Right separator

Type: null or string or raw lua code

Default: null

Plugin default: " "