summaryrefslogtreecommitdiff
path: root/plug-config/rainbow.vim
blob: 0dc9769c9fbafb45900639ef10c7cf769335c0a8 (plain)
1
2
3
4
let g:rainbow#max_level = 16
let g:rainbow#pairs = [['(', ')'], ['[', ']'], ['{', '}']]

autocmd FileType * RainbowParentheses