Skip to content

Commit

Permalink
Add luochen1990/rainbow for better paren visual parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Nov 12, 2015
1 parent 980b4bb commit 0718277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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/"))
Expand Down
1 change: 1 addition & 0 deletions .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
Bundle 'scrooloose/nerdcommenter'
Bundle 'tpope/vim-commentary'
Bundle 'godlygeek/tabular'
Bundle 'luochen1990/rainbow'
if executable('ctags')
Bundle 'majutsushi/tagbar'
endif
Expand Down

0 comments on commit 0718277

Please sign in to comment.