]> Untitled Git - vimfiles.git/commitdiff
added rainbow plugin
authorPhilippe Hürlimann <p@hurlimann.org>
Fri, 14 Oct 2016 22:20:18 +0000 (00:20 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Fri, 14 Oct 2016 22:20:18 +0000 (00:20 +0200)
vimrc

diff --git a/vimrc b/vimrc
index fe67bd949ef37084a6c07ba69f2bfe13320507ed..39d6a728d6234788e860f464448a2817f6d38307 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -22,6 +22,7 @@ Plugin 'eagletmt/neco-ghc'
 Plugin 'honza/vim-snippets'
 Plugin 'kien/ctrlp.vim'
 Plugin 'leshill/vim-json'
+Plugin 'luochen1990/rainbow'
 Plugin 'majutsushi/tagbar'
 Plugin 'matchit.zip'
 Plugin 'nsf/gocode', {'rtp': 'vim/'}
@@ -41,6 +42,8 @@ Plugin 'tpope/vim-surround.git'
 
 call vundle#end()
 
+let g:rainbow_active = 1
+
 " set leader and local leader
 let mapleader = ","
 let maplocalleader = "_"