vim-rainbow icon indicating copy to clipboard operation
vim-rainbow copied to clipboard

Rainbow brackets for Vim

Results 7 vim-rainbow issues
Sort by recently updated
recently updated
newest added

It renders all the syntaxes in the the "Minimalist" color scheme white, meaning no syntax highlighting. Tried specific file types, yet HTML files get affected.

I use solarized dark. When I enable vim-rainbox there's some code that's barely readable. I marked some of the problematic spots: ![aa](https://user-images.githubusercontent.com/1556037/95546560-82437180-0a33-11eb-9ad6-c591a8ddb7c7.jpg) My confirm is pretty standard. I see it...

right now, html highlighting looks like this ![image](https://user-images.githubusercontent.com/13181078/90732455-1fd2be00-e299-11ea-986e-a972bb5269b8.png) as you can see, all existing syntax highlighting is removed (#4) I'm really hoping it's possible to change the highlighting so that...

OS: Win10 (Pro) App: gVim 8.2 I read the config file, and i didn't see any commands that are highlighting dots and commas, but plugin is highlighting it, how can...

`-- {{{ Error handling` `-- Check if awesome encountered an error` `during startup and fell back to` `-- another config (This code will only ever` `execute for the fallback config)`...

After installing the plugin I noticed that the last index variable causes the rest of the line to be treated as a comment. For instance, in the code below, anything...

Seems rainbow alongside jedi-vim affects the popup of jedi-vim in this strange way. Any pointers on resolving this would be much appreciated! Expected: ![image](https://user-images.githubusercontent.com/733435/69467959-97b39c80-0d8a-11ea-9c64-06bbc5b8e2ec.png) Actual: ![image](https://user-images.githubusercontent.com/733435/69467762-caa96080-0d89-11ea-94bb-8c057d1b6d81.png) ``` $ git submodule...