From 3cf45404d4ab5e3b5da283877f57b676cb78d41d Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Mon, 22 Aug 2022 05:13:35 +0000 Subject: [PATCH] chore: autogen (vimdocs+formating) --- lua/lualine.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/lualine.lua b/lua/lualine.lua index fc0aa8b..a7db85f 100644 --- a/lua/lualine.lua +++ b/lua/lualine.lua @@ -26,7 +26,8 @@ local last_focus = {} local refresh_real_curwin -- The events on which lualine redraws itself -local default_refresh_events = 'WinEnter,BufEnter,SessionLoadPost,FileChangedShellPost,VimResized,Filetype,CursorMoved,CursorMovedI' +local default_refresh_events = + 'WinEnter,BufEnter,SessionLoadPost,FileChangedShellPost,VimResized,Filetype,CursorMoved,CursorMovedI' if vim.fn.has('nvim-0.7') == 1 then -- utilize ModeChanged event introduced in 0.7 default_refresh_events = default_refresh_events .. ',ModeChanged' end