diff --git a/lua/lualine.lua b/lua/lualine.lua index ec19ac5..e248f0d 100644 --- a/lua/lualine.lua +++ b/lua/lualine.lua @@ -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