rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.

Results 64 rainbow issues
Sort by recently updated
recently updated
newest added

All, I think this is just a "I don't know what I'm doing" sort of question. I enabled rainbow recently and decided I'd like to have my first "set" of...

question

### **Describe the bug** Arithmetic operation using `(( xxx ))` is rendered wrongly, it has two color, but it should have only one color in syntax. ### **To Reproduce** Steps...

wontfix

Hi Anybody any tips to get rainbow parentheses working with lervag/vimtex (https://github.com/lervag/vimtex)? It seems that the syntax definitions in vimtex mess up colored parenthesis (if I manually switch syntax to...

confliction with other third-party syntax plugins

### **Describe the bug** A clear and concise description of what the bug is. ### **To Reproduce** Steps to reproduce the behavior, **Please provide a minimal piece of code to...

invalid
help wanted

This is not an Issue. You can type anything here except bug report and feature request. macOS, nvim >0.5 the theme is onedaiy-deep after installing the onedark theme, the rainbow...

confliction with other third-party syntax plugins

Not sure if this is really a feature request, or more a request of how to configure things with proper syntax matching... In C++ nested templates can get a bit...

feature request

As it is now, all the opening/closing level share one list of colours, that is {([ will use three different colours. Thats a little bit annoying when writing C++ or...

feature request

(This pr is the successor of #175) (Currently this is only a draft since its documents are not yet updated) As introduced in #174 and #161, some languages may have...

### **Describe the bug** I have installed this plugin but I am not getting any highlighting in normal mode. When I select the brackets in visual mode, I am to...

confliction with other third-party syntax plugins

There's a bug with vim (neovim?) where inline `if cond | return | endif` style commands can result in errors such as this one. ``` :%s/ Error detected while processing...