1 parent ab8a39f commit 8b21950Copy full SHA for 8b21950
1 file changed
lua/plugins/lualine.lua
@@ -39,6 +39,24 @@ return {
39
"AgenticCode",
40
"AgenticFiles",
41
"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",
60
},
61
62
always_divide_middle = true,
0 commit comments