chore: autogen (vimdocs+formating)
This commit is contained in:
parent
6bb1f80a98
commit
6316774ac2
|
@ -484,7 +484,7 @@ General component options These are options that control behavior
|
||||||
*lualine-Component-specific-options*
|
*lualine-Component-specific-options*
|
||||||
|
|
||||||
Component specific options These are options that are available on
|
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
|
have option on `diagnostics` component
|
||||||
to specify what your diagnostic sources
|
to specify what your diagnostic sources
|
||||||
will be.
|
will be.
|
||||||
|
@ -924,7 +924,7 @@ REFRESHING LUALINE ~
|
||||||
|
|
||||||
By default lualine refreshes itself based on timer and some events. You can set
|
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
|
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({
|
require('lualine').refresh({
|
||||||
|
@ -944,8 +944,9 @@ So you can simply do
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
Avoid calling lualine.refresh inside components. Since components are evaluated
|
Avoid calling `lualine.refresh` inside components. Since components are
|
||||||
during refresh, calling refresh while refreshing can have undesirable effects.
|
evaluated during refresh, calling refresh while refreshing can have undesirable
|
||||||
|
effects.
|
||||||
|
|
||||||
DISABLING LUALINE ~
|
DISABLING LUALINE ~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue