Add rainbow_paretheses

pull/2/head
Bodaniel Jeanes 2011-10-26 17:41:55 -05:00
parent d4f4d5e1cc
commit aa0bdd411f
2 changed files with 8 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 67c31050752d776facf42ebd84efca6a208e967f

View File

@ -51,6 +51,13 @@ call vundle#rc()
Bundle "tpope/vim-surround"
Bundle "kien/rainbow_parentheses.vim"
au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces
Bundle 'Tabular'
map <Leader>a= :Tabularize /=<CR>
map <Leader>a> :Tabularize /=><CR>