chore: generated vimdoc (#468)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-12-06 08:10:59 +06:00 committed by GitHub
parent 1a888a1ed3
commit d68631d2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 5 deletions

View File

@ -281,8 +281,13 @@ use.
LUA EXPRESSIONS AS LUALINE COMPONENT LUA EXPRESSIONS AS LUALINE COMPONENT
You can use any valid lua expression as a component including * oneliners * You can use any valid lua expression as a component including
global variables * require statements
- oneliners
- global variables
- require statements
> >
sections = {lualine_c = {"os.date('%a')", 'data', "require'lsp-status'.status()"}} sections = {lualine_c = {"os.date('%a')", 'data', "require'lsp-status'.status()"}}
@ -296,8 +301,12 @@ global variables * require statements
COMPONENT OPTIONS ~ COMPONENT OPTIONS ~
Component options can change the way a component behave. There are two kinds of Component options can change the way a component behave. There are two kinds of
options: * global options affecting all components * local options affecting options:
specific
- global options affecting all components
- local options affecting specific
Global options can be used as local options (can be applied to specific Global options can be used as local options (can be applied to specific
components) but you cannot use local options as global. Global option used components) but you cannot use local options as global. Global option used
@ -416,7 +425,7 @@ Component specific options These are options that are available on
{ {
'buffers', 'buffers',
show_filename_only = true, -- shows shortened relative path when false show_filename_only = true, -- shows shortened relative path when false
show_modified_status = true -- shows indicator then buffer is modified show_modified_status = true, -- shows indicator then buffer is modified
mode = 0, -- 0 shows buffer name mode = 0, -- 0 shows buffer name
-- 1 buffer index (bufnr) -- 1 buffer index (bufnr)
-- 2 shows buffer name + buffer index (bufnr) -- 2 shows buffer name + buffer index (bufnr)