chore(lualine.lua): comment out lualine_c and lualine_z sections to temporarily remove tmux status components from lualine configuration

This commit is contained in:
David Ibia
2024-07-29 01:02:55 +01:00
parent 3be2e4f344
commit a8403da735

View File

@@ -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,