We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980b4bb commit 0718277Copy full SHA for 0718277
.vimrc
@@ -663,6 +663,11 @@
663
endif
664
"}
665
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
+ "}
671
672
" Fugitive {
673
if isdirectory(expand("~/.vim/bundle/vim-fugitive/"))
.vimrc.bundles
@@ -157,6 +157,7 @@
157
Bundle 'scrooloose/nerdcommenter'
158
Bundle 'tpope/vim-commentary'
159
Bundle 'godlygeek/tabular'
160
+ Bundle 'luochen1990/rainbow'
161
if executable('ctags')
162
Bundle 'majutsushi/tagbar'
163
0 commit comments