We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example my Sway config file, the comments are highlighted like this:
Normally outside tmux, they look like this:
I'm using neovim branch.
neovim
I'm already using this: https://github.com/lifepillar/vim-solarized8#troubleshooting
The AWK thing shows proper fullcolor support in tmux:
Fedora 38 NVIM v0.9.1 GNOME Terminal 3.48.1
The text was updated successfully, but these errors were encountered:
Solved it by setting set -g default-terminal 'tmux-256color' in tmux config, instead of screen-256color like your README says.
set -g default-terminal 'tmux-256color'
screen-256color
Source: https://unix.stackexchange.com/questions/745710/getting-italics-working-correctly-in-tmux
Can you verify and rectify?
Sorry, something went wrong.
That makes sense: I have updated the Readme. Thanks!
No branches or pull requests
For example my Sway config file, the comments are highlighted like this:
Normally outside tmux, they look like this:
I'm using
neovim
branch.I'm already using this: https://github.com/lifepillar/vim-solarized8#troubleshooting
The AWK thing shows proper fullcolor support in tmux:
The text was updated successfully, but these errors were encountered: