Skip to content

Commit 8b21950

Browse files
committed
Perf optimazations for lualine
1 parent ab8a39f commit 8b21950

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

lua/plugins/lualine.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ return {
3939
"AgenticCode",
4040
"AgenticFiles",
4141
"AgenticDiagnostics",
42+
"kulala_ui",
43+
},
44+
},
45+
refresh = {
46+
statusline = 500,
47+
tabline = 1000,
48+
winbar = 1500,
49+
refresh_time = 50,
50+
events = {
51+
"WinEnter",
52+
"BufEnter",
53+
"BufWritePost",
54+
"SessionLoadPost",
55+
"FileChangedShellPost",
56+
"VimResized",
57+
"Filetype",
58+
"ModeChanged",
59+
"DiagnosticChanged",
4260
},
4361
},
4462
always_divide_middle = true,

0 commit comments

Comments
 (0)