junegunn / rainbow_parentheses.vim

:rainbow: Simpler Rainbow Parentheses
377 stars 24 forks source link

Buffer local pairs? #19

Open alok opened 6 years ago

alok commented 6 years ago

For some filetypes, I don't want certain pairs to be colored, (e.g. in Rust I prefer to conceal curly braces entirely, but not in other languages). Is there a way to make it buffer local, or to add a feature like b:rainbow_pairs (that would be equal to g:rainbow_pairs by default?)