diff --git a/lua/lualine.lua b/lua/lualine.lua index fa89a3e7f..609304929 100644 --- a/lua/lualine.lua +++ b/lua/lualine.lua @@ -27,7 +27,7 @@ local refresh_real_curwin -- The events on which lualine redraws itself local default_refresh_events = - 'WinEnter,BufEnter,SessionLoadPost,FileChangedShellPost,VimResized,Filetype,CursorMoved,CursorMovedI,ModeChanged' + 'WinEnter,BufEnter,BufWritePost,SessionLoadPost,FileChangedShellPost,VimResized,Filetype,CursorMoved,CursorMovedI,ModeChanged' -- Helper for apply_transitional_separators() --- finds first applied highlight group after str_checked in status ---@param status string : unprocessed statusline string