vim-tpipeline
vim-tpipeline copied to clipboard
How to make the catppuccin status from tmux stay when neovim is open?
Hi! I'm trying to maintain the information (on the right) from my tmux bar that I've setup with catppuccin variables, like so:
set -g status-right "#{E:@catppuccin_status_application}"
set -agF status-right "#{E:@catppuccin_status_cpu}"
set -agF status-right "#[fg=#{@thm_crust},bg=#{@thm_green}] %a %h-%d %H:%M "
But when I'm using tpipeline and I open neovim, it gets completely overwritten by the lualine status.
And it never comes back, even when closing neovim:
Can you help with this? Is this a misconfiguration on my side or expected behavior (since the plugin overwrites what's on the status-right variable)?