rainbow_parentheses.vim icon indicating copy to clipboard operation
rainbow_parentheses.vim copied to clipboard

Better Rainbow Parentheses

Results 4 rainbow_parentheses.vim issues
Sort by recently updated
recently updated
newest added

1. Disable this plugin if 'compatible' is set. 2. Add a global to detect the presence of this plugin. I use `g:loaded_rainbow_parentheses` in `.vimrc` like so: ```Vim function! SetupPlugins() if...

![samplecolorsetup](https://cloud.githubusercontent.com/assets/271309/4828633/8ea59d30-5f81-11e4-97f4-8e21a15b667a.png) ![oldbehaviorvisualization](https://cloud.githubusercontent.com/assets/271309/4828637/91ba5d62-5f81-11e4-8b89-23fa6e30fd02.png) ![newbehaviorvisualization](https://cloud.githubusercontent.com/assets/271309/4828639/948c8588-5f81-11e4-9a65-0c80b92e238c.png) This makes it so both g:rbt_colorpairs in the user .vimrc and s:pairs in the autoload are easier to understand, with the highest level scope being the first...

Bolding parentheses makes it easier to see and distinguish between the rainbow colors. (Yes, I know you have another open pull request from a year ago on adding bolding. The...