chore: autogen (vimdocs+formating)
This commit is contained in:
parent
e8294ac56a
commit
93b2f4af62
|
@ -919,9 +919,8 @@ So you can simply do
|
|||
<
|
||||
|
||||
|
||||
to refresh. Also don’t 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 ~
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue