Results 128 comments of Luo Chen

Another conflicting plugin problem. This may be helpful: https://github.com/luochen1990/rainbow/issues/44

There was similar problem in php and it was solved: https://github.com/luochen1990/rainbow/issues/13 there is another similar issue: https://github.com/luochen1990/rainbow/issues/73

> I believe the issue is that the rainbow paranthesis syntax groups (or the outer group) must be added to the math region clusters. I'm not sure if this should...

I'm not sure what effect you are expecting, you want to fix the outmost color to blue, is that right ?

Yes, I can reproduce this issue, but only for ruby files, I still can't figure out the problem ...

what is the file type (`:echo &ft`)? what is your indent method? If your indent method depends on the syntax object's name, then maybe you should disable the specific parentheses...

hmmm, you might want to disable Rainbow for HTML via: ``` let g:rainbow_conf = { \ 'separately': { \ 'html': 0, \ } ```

This is a vim feature, you can try `:syntax sync fromstart` and see if that will fix this issue

Sorry for the late response. Maybe you can try to disable other plugins and try again.

You can DIY, see docs about `Advanced Configuration` in `README.md`