Add luochen1990/rainbow for better paren visual parsing

This commit is contained in:
spf13 2015-11-12 07:51:25 -05:00
parent 980b4bb452
commit 0718277b8e
2 changed files with 6 additions and 0 deletions

5
.vimrc
View File

@ -663,6 +663,11 @@
endif
"}
" Rainbow {
if isdirectory(expand("~/.vim/bundle/rainbow/"))
let g:rainbow_active = 1 "0 if you want to enable it later via :RainbowToggle
endif
"}
" Fugitive {
if isdirectory(expand("~/.vim/bundle/vim-fugitive/"))

View File

@ -157,6 +157,7 @@
Bundle 'scrooloose/nerdcommenter'
Bundle 'tpope/vim-commentary'
Bundle 'godlygeek/tabular'
Bundle 'luochen1990/rainbow'
if executable('ctags')
Bundle 'majutsushi/tagbar'
endif