rainbow_parentheses.vim
rainbow_parentheses.vim copied to clipboard
:rainbow: Simpler Rainbow Parentheses
Not sure if this is in conflict with another plugin, maybe with vscode color scheme, but for example writing react it stops working inside the component. Outside component, it works...
Describe the bug I installed this plugin vim on my Mac. My OS X version is 11.6. To Reproduce Steps to reproduce the behavior, Please provide a minimal piece of...
I can only execute :RainbowParentheses. Vim tells me there is no :RainbowParenthesesColors (Not an editor command)
Hi! I was trying today the plugin, and found that for some reason, the default colors picked suck for the `base16-atelier-dune` colorscheme. Most of them look basically the same as...
the blacklist does not work as it seems each time vim might pick up different color set for pairs, which render some pairs invisible for my colorscheme in use. can...
Inside ``` \begin{document} \end{document} ``` this plugin doesn't seem to work, even with minimal vim. It does work outside of that, but that's not useful for tex. Could this plugin...
Similar to the automatic blacklisting of the fg colors associated with the `Normal` highlight group, it would be great if there were a variable of blacklisted groups. I felt a...
# Issue: The combination of mxw/vim-jsx and junegunn/rainbow_parentheses.vim, with a custom g:rainbow#pairs list, breaks syntax highlighting. # Minimal .vimrc to replicate: ```vim set nocompatible filetype indent plugin on syntax on...