-
Notifications
You must be signed in to change notification settings - Fork 240
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++ colors not working properly #154
Comments
I believe for C++you need some syntax plugin that integrates with a C++ compiler like https://github.com/ycm-core/YouCompleteMe for recognizing classes. Please try that first. |
I have used some c++ highlight plugins such as: |
@yueyingjuesha I just came across this issue too, at least for @NLKNguyen is there a recommended way to override this highlighting? |
I also have this problem, is anyone have a solution? |
Maybe not what you @416207298 are looking for, but I just don't use vim anymore, I guess some month's after opening this issue I switched to Neovim, nowadays nvim has Tree-sitter support which works pretty much with every set of colors out of the box, I don't use this theme anymore also, but I guess it works well with it too. |
You know what, I agree with you, buddy. I'll try.
|
This is actualy one of the best themes around there, but for some reason the C++ syntax is not working properly...
You can see the problem in this example, i have almost every highlight i usualy like in this theme, but the object declarations is in plain text mode... all blank.
There is a way to workaround this? i try to change some of the colors myself but for real the results are very confusing(sometimes changes sometimes don't, but i know i'm bellow a begginer in vim scripting...).
I'm using cpp enchanged syntax, i try to use the recomended c syntax and the results are pretty much the same, actualy exactly the same.
The text was updated successfully, but these errors were encountered: