From dd823a69ca5d380263fb8f6020fb5b61af565039 Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Thu, 30 Mar 2023 04:43:14 +0000 Subject: [PATCH] chore: autogen (vimdocs+formating) --- doc/lualine.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lualine.txt b/doc/lualine.txt index fa7b37a..1f6e82f 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -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