diff --git a/lua/absolute/after/lualine.lua b/lua/absolute/after/lualine.lua index d747680..647174b 100644 --- a/lua/absolute/after/lualine.lua +++ b/lua/absolute/after/lualine.lua @@ -94,6 +94,22 @@ lualine.setup({ theme = my_lualine_theme, }, sections = { + -- lualine_c = { + -- -- ...other lualine components + -- { + -- require('tmux-status').tmux_windows, + -- cond = require('tmux-status').show, + -- padding = { left = 3 }, + -- }, + -- }, + -- lualine_z = { + -- -- ...other lualine components + -- { + -- require('tmux-status').tmux_session, + -- cond = require('tmux-status').show, + -- padding = { left = 3 }, + -- }, + -- }, lualine_x = { { GetFlutterToolsStatusLine,