mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user