Skip to content

Commit

Permalink
adds rainbow parentheses syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiis committed Nov 30, 2015
1 parent e3634a8 commit 43e84a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vimrc
Expand Up @@ -27,7 +27,7 @@ Plugin 'kchmck/vim-coffee-script'
Plugin 'nachumk/systemverilog.vim'
Plugin 'ekalinin/Dockerfile.vim'
Plugin 'derekwyatt/vim-scala'
Plugin 'tpope/vim-commentary'
Plugin 'luochen1990/rainbow'

call vundle#end()
filetype plugin indent on " required
Expand All @@ -44,6 +44,9 @@ syntax on
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" PLUGIN CONFIG
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Rainbow Parentheses
let g:rainbow_active = 1 "0 if you want to enable it later via :RainbowToggle

" Syntastic (https://github.com/scrooloose/syntastic)
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
Expand Down

0 comments on commit 43e84a8

Please sign in to comment.