chore: autogen (vimdocs+formating)
This commit is contained in:
parent
2d6108e07f
commit
33f03620c3
|
@ -316,7 +316,9 @@ local function refresh(opts)
|
|||
-- workaround for https://github.com/nvim-lualine/lualine.nvim/issues/755
|
||||
if opts.trigger == 'autocmd' then
|
||||
opts.trigger = 'timer'
|
||||
vim.defer_fn(function() M.refresh(opts) end, 50)
|
||||
vim.defer_fn(function()
|
||||
M.refresh(opts)
|
||||
end, 50)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue