chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2022-08-03 15:36:17 +00:00 committed by github-actions[bot]
parent e8294ac56a
commit 93b2f4af62
2 changed files with 5 additions and 6 deletions

View File

@ -919,9 +919,8 @@ So you can simply do
<
to refresh. Also dont call refresh inside components. As 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 ~

View File

@ -321,7 +321,7 @@ local function refresh(opts)
opts = vim.tbl_extend('keep', opts, {
scope = 'tabpage',
place = { 'statusline', 'winbar', 'tabline' },
trigger = 'unknown'
trigger = 'unknown',
})
-- updating statusline in autocommands context seems to trigger 100 different bugs
@ -564,7 +564,7 @@ local function hide(opts)
opts = {}
end
opts = vim.tbl_extend('keep', opts, {
place = {'statusline', 'tabline', 'winbar'},
place = { 'statusline', 'tabline', 'winbar' },
unhide = false,
})
local hide_fn = {