chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2023-03-30 04:43:14 +00:00 committed by github-actions[bot]
parent 9805076155
commit dd823a69ca
1 changed files with 3 additions and 0 deletions

View File

@ -432,6 +432,9 @@ General component options These are options that control behavior
cond = nil, -- Condition function, the component is loaded when the function returns `true`.
draw_empty = false, -- Whether to draw component even if it's empty.
-- Might be useful if you want just the separator.
-- Defines a custom color for the component:
--
-- 'highlight_group_name' | { fg = '#rrggbb'|cterm_value(0-255)|'color_name(red)', bg= '#rrggbb', gui='style' } | function