nvim-zh / colorful-winsep.nvim

Make your nvim window separators colorful
MIT License
416 stars 17 forks source link

Not working correctly with vim-tpipeline #10

Closed bondzula closed 1 year ago

bondzula commented 1 year ago

I'm using vim-tpipeline to render the neovim statusline in tmux statusline, so i guess that is confusing the winsep, here is how it looks

2022-11-02_12-34

denstiny commented 1 year ago

hi, I'm not familiar with tmux, can you tell me how to know I'm currently in a tmux environment?

bondzula commented 1 year ago

Hi, sorry for late reply, I'm not sure how to do it with lua, but what i do know is that tmux sets $TMUX env variable when running, maybe you can use that?

denstiny commented 1 year ago

_Please provide your vim configuration, I need laststatus,cmdheight

bondzula commented 1 year ago
laststatus=3
cmdheight=1
denstiny commented 1 year ago

图片

denstiny commented 1 year ago

hi, I didn't find the problem, please update the latest version, I may fix this problem when I revise other problems