From 267dba7d3747e1f7579fb01895d105b2dc470e59 Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Thu, 30 Mar 2023 05:29:14 +0000 Subject: [PATCH] chore: autogen (vimdocs+formating) --- doc/lualine.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/lualine.txt b/doc/lualine.txt index c781303..2321f78 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -541,6 +541,21 @@ Component specific options These are options that are available on < + *lualine-datetime-component-options* + +> + sections = { + lualine_a = { + { + 'datetime', + -- options: default, us, uk, iso, or your own format string ("%H:%M", etc..) + style = 'default' + } + } + } +< + + *lualine-diagnostics-component-options* > @@ -664,21 +679,6 @@ Component specific options These are options that are available on < - *lualine-datetime-component-options* - -> - sections = { - lualine_a = { - { - 'datetime', - -- options: default, us, uk, iso, or your own format string ("%H:%M", etc..) - style = 'default' - } - } - } -< - - *lualine-tabs-component-options* >