Skip to content

Commit 0718277

Browse files
committed
Add luochen1990/rainbow for better paren visual parsing
1 parent 980b4bb commit 0718277

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vimrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,11 @@
663663
endif
664664
"}
665665

666+
" Rainbow {
667+
if isdirectory(expand("~/.vim/bundle/rainbow/"))
668+
let g:rainbow_active = 1 "0 if you want to enable it later via :RainbowToggle
669+
endif
670+
"}
666671

667672
" Fugitive {
668673
if isdirectory(expand("~/.vim/bundle/vim-fugitive/"))

.vimrc.bundles

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
Bundle 'scrooloose/nerdcommenter'
158158
Bundle 'tpope/vim-commentary'
159159
Bundle 'godlygeek/tabular'
160+
Bundle 'luochen1990/rainbow'
160161
if executable('ctags')
161162
Bundle 'majutsushi/tagbar'
162163
endif

0 commit comments

Comments
 (0)