From 6316774ac29c5975e382aba2f2364cda44bc3e64 Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Thu, 30 Mar 2023 04:13:10 +0000 Subject: [PATCH] chore: autogen (vimdocs+formating) --- doc/lualine.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/lualine.txt b/doc/lualine.txt index b34293e..96b8ab9 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -484,7 +484,7 @@ General component options These are options that control behavior *lualine-Component-specific-options* Component specific options These are options that are available on - specific components. For example you + specific components. For example, you have option on `diagnostics` component to specify what your diagnostic sources will be. @@ -924,7 +924,7 @@ REFRESHING LUALINE ~ By default lualine refreshes itself based on timer and some events. You can set the interval of the timer with refresh option. However you can also force -lualine to refresh at any time by calling lualine.refresh function. +lualine to refresh at any time by calling `lualine.refresh` function. > require('lualine').refresh({ @@ -944,8 +944,9 @@ So you can simply do < -Avoid calling lualine.refresh inside components. Since components are evaluated -during refresh, calling refresh while refreshing can have undesirable effects. +Avoid calling `lualine.refresh` inside components. Since components are +evaluated during refresh, calling refresh while refreshing can have undesirable +effects. DISABLING LUALINE ~