Lightline.vim: No highlights while in a tmux session

Created on 7 Jun 2018  路  8Comments  路  Source: itchyny/lightline.vim

As the title suggests, the plugin doesn't seem to have any effect on the status bar while using vim inside a tmux session. Is there any work around for this that I might not be aware of?

Thanks!

configuration

Most helpful comment

Try export TERM=xterm-256color in your shell config.

All 8 comments

Try export TERM=xterm-256color in your shell config.

Unfortunately that doesn't help :(

:echo &t_Co in Vim prints 256?

My bad, I exported xterm outside of tmux when I should have done it in a session. Thanks for your help :)

I updated my bashrc and that fixed it for all future sessions :)

OK, thanks.

@itchyny i hava same issue . but i cant fix this .. help me bro!

@kdyhkdy Please create a new issue if there's some trouble with environment info, precise steps expected behavior and minimal vimrc if possible.

Was this page helpful?
0 / 5 - 0 ratings