Skip to content
New issue

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

C++ comment highlighting #276

Open
jhollowed opened this issue Apr 22, 2019 · 2 comments
Open

C++ comment highlighting #276

jhollowed opened this issue Apr 22, 2019 · 2 comments

Comments

@jhollowed
Copy link

jhollowed commented Apr 22, 2019

C++ comments (lines starting with //) seem to be highlighted by default, rather than just colored. Is there a way to turn this off?

@jhollowed
Copy link
Author

I see that I can be disabled by setting
let g:gruvbox_italic=0
Does this mean that the highlighting is only happening because the system doesn't support italicizing? On my local machine, I have the option turned on, and comments are italicized. I only see the highlighting when running vim on a remote machine via ssh.

@rbong
Copy link

rbong commented Jun 1, 2019

It's a terminal specific issue... try setting your TERM environment variable to xterm-256color-italic or trying a different terminal emulator. Not sure how SSH impacts the terminal capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants