mirror of https://github.com/bjeanes/dotfiles.git
Add rainbow_paretheses
parent
d4f4d5e1cc
commit
aa0bdd411f
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 67c31050752d776facf42ebd84efca6a208e967f
|
|
@ -51,6 +51,13 @@ call vundle#rc()
|
||||||
|
|
||||||
Bundle "tpope/vim-surround"
|
Bundle "tpope/vim-surround"
|
||||||
|
|
||||||
|
Bundle "kien/rainbow_parentheses.vim"
|
||||||
|
au VimEnter * RainbowParenthesesToggle
|
||||||
|
au Syntax * RainbowParenthesesLoadRound
|
||||||
|
au Syntax * RainbowParenthesesLoadSquare
|
||||||
|
au Syntax * RainbowParenthesesLoadBraces
|
||||||
|
|
||||||
|
|
||||||
Bundle 'Tabular'
|
Bundle 'Tabular'
|
||||||
map <Leader>a= :Tabularize /=<CR>
|
map <Leader>a= :Tabularize /=<CR>
|
||||||
map <Leader>a> :Tabularize /=><CR>
|
map <Leader>a> :Tabularize /=><CR>
|
||||||
|
|
Loading…
Reference in New Issue