diff --git a/editors/vim/bundle/rainbow_parentheses.vim b/editors/vim/bundle/rainbow_parentheses.vim new file mode 160000 index 0000000..67c3105 --- /dev/null +++ b/editors/vim/bundle/rainbow_parentheses.vim @@ -0,0 +1 @@ +Subproject commit 67c31050752d776facf42ebd84efca6a208e967f diff --git a/editors/vim/bundles.vim b/editors/vim/bundles.vim index 4e91991..cbcf931 100644 --- a/editors/vim/bundles.vim +++ b/editors/vim/bundles.vim @@ -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 a= :Tabularize /= map a> :Tabularize /=>