plugins.lualine.settings.options.disabled_filetypes
Filetypes in which to disable lualine. Allows you to specify filetypes that you want to only disable on specific components.
Type: null or (list of (string or raw lua code)) or (attribute set of anything) or raw lua code
Default:
null
Plugin default: { }
Declared by:
plugins.lualine.settings.options.disabled_filetypes.statusline
Hide the statusline component on specified filetypes.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
plugins.lualine.settings.options.disabled_filetypes.winbar
Hide the winbar component on specified filetypes.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]