plugins.lualine.settings.sections.lualine_c.*.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.sections.lualine_c.separator.left
Left separator
Type: null or string or raw lua code
Default:
null
Plugin default: " "
plugins.lualine.settings.sections.lualine_c.separator.right
Right separator
Type: null or string or raw lua code
Default:
null
Plugin default: " "