From a8403da7359ac6a86236b7d9ece9a5715213548f Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 29 Jul 2024 01:02:55 +0100 Subject: [PATCH] chore(lualine.lua): comment out lualine_c and lualine_z sections to temporarily remove tmux status components from lualine configuration --- lua/absolute/after/lualine.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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,