pull/2/head
Bodaniel Jeanes 2012-01-09 17:40:10 -06:00
parent da5c36cd11
commit bccdcdb1ff
1 changed files with 0 additions and 9 deletions

View File

@ -16,13 +16,6 @@ call vundle#rc()
Bundle 'thisivan/vim-ruby-matchit' Bundle 'thisivan/vim-ruby-matchit'
Bundle 'tpope/vim-cucumber' Bundle 'tpope/vim-cucumber'
" " temporarily disable due to speed issues
" " see: https://github.com/tpope/vim-bundler/issues/4
" Bundle 'tpope/vim-bundler'
"
" " Also this:
" Bundle 'tpope/vim-rails'
" }}} " }}}
" Lisp/Clojure {{{ " Lisp/Clojure {{{
@ -40,7 +33,6 @@ call vundle#rc()
Bundle 'pangloss/vim-javascript' Bundle 'pangloss/vim-javascript'
Bundle 'css3' Bundle 'css3'
Bundle 'othree/html5-syntax.vim' Bundle 'othree/html5-syntax.vim'
" Bundle 'ap/vim-css-color'
" }}} " }}}
" }}} " }}}
@ -92,7 +84,6 @@ call vundle#rc()
autocmd Syntax * RainbowParenthesesLoadSquare autocmd Syntax * RainbowParenthesesLoadSquare
autocmd Syntax * RainbowParenthesesLoadBraces autocmd 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>