Yanfei Guo
Yanfei Guo
Thanks. Can you pull the latest version and see if the problem is still there?
Thanks for the video. I tried with your vimrc in PR #41 with this code and the one in the PR #41. None of them shows the problems that your...
Can you post the output of running `ChromaticaShowInfo` and the `chromatica.log` generated after running `ChromaticaEnableLog`. From the first look of you screenshot, I think Chromatica may not correctly parsed your...
Is it okay for you to upload this `D.cpp`? I would like to try to reproduce the problem on my side. The exception in `:ChromaticaShowInfo` is unexpected.
Thanks. I can reproduce the problem now. I will figure out what went wrong.
The problem is chromatica uses simplified `c.vim` and `cpp.vim` to handle the highlights that cannot be generated by libclang. They do not have the usual highlights the syntax folding relies...
Thanks. Can you pull the latest version and see if the problem is still there?
Can you provide a minimal test.c and vimrc, so I can try on my side? I cannot reproduce this problem.
This is quite interesting. I will definitely give it a try. Thanks for letting me know.
For the customization of highlight, you can set `hi link ` in your .vimrc. I have updated the master branch to make sure that user's setting always overrides the default....