Remove unused bundles and add a few other tweaks

pull/2/head
Bodaniel Jeanes 2011-11-14 14:19:10 -06:00
parent 3c517612ef
commit c98bdf626f
6 changed files with 15 additions and 8 deletions

View File

@ -6,6 +6,9 @@ syntax keyword rubyControl not conceal cchar=¬
syntax keyword rubyKeyword lambda conceal cchar=λ syntax keyword rubyKeyword lambda conceal cchar=λ
syntax match rubyGreaterThanOrEqual ">=" conceal cchar= syntax match rubyGreaterThanOrEqual ">=" conceal cchar=
syntax match rubyLessThanOrEqual "<=" conceal cchar= syntax match rubyLessThanOrEqual "<=" conceal cchar=
syntax match rubyHashRocket "=>" conceal cchar=
hi link rubyHashRocket level16none
set conceallevel=2 set conceallevel=2

@ -1 +0,0 @@
Subproject commit 595b29a16e0ff45e0332c18ba44cf0245da34dfe

@ -1 +1 @@
Subproject commit 14e001ce47d8f5ea098e487e33817f95b637491a Subproject commit 2519a91c28abebfa35c9bf498343a05ce99de7a4

@ -1 +0,0 @@
Subproject commit 893ef3e0fde7404b3024e61ef312fe2972897559

@ -1 +1 @@
Subproject commit 7d271ba55820a4becb5028b74f5502b0e3e00641 Subproject commit 89eb1c71adbbafe0a0fbbf5d1c996e35d3eb33b0

View File

@ -15,13 +15,15 @@ call vundle#rc()
Bundle 'vim-ruby/vim-ruby' Bundle 'vim-ruby/vim-ruby'
Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-rake' Bundle 'tpope/vim-rake'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-haml' Bundle 'tpope/vim-haml'
Bundle 'ecomba/vim-ruby-refactoring' Bundle 'ecomba/vim-ruby-refactoring'
" temporarily disable due to speed issues " " temporarily disable due to speed issues
" see: https://github.com/tpope/vim-bundler/issues/4 " " see: https://github.com/tpope/vim-bundler/issues/4
" Bundle 'tpope/vim-bundler' " Bundle 'tpope/vim-bundler'
"
" " Also this:
" Bundle 'tpope/vim-rails'
" }}} " }}}
" Markdown/Textile/etc {{{ " Markdown/Textile/etc {{{
@ -38,6 +40,7 @@ call vundle#rc()
Bundle 'tyok/js-mask' Bundle 'tyok/js-mask'
Bundle 'AnsiEsc.vim' Bundle 'AnsiEsc.vim'
Bundle 'mhz/vim-matchit' Bundle 'mhz/vim-matchit'
" }}} " }}}
" }}} " }}}
@ -58,11 +61,14 @@ call vundle#rc()
Bundle 'majutsushi/tagbar' Bundle 'majutsushi/tagbar'
Bundle 'tpope/vim-surround' Bundle 'tpope/vim-surround'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'Raimondi/delimitMate' Bundle 'Raimondi/delimitMate'
Bundle 'AutoComplPop' Bundle 'AutoComplPop'
Bundle 'ShowMarks7' Bundle 'ShowMarks7'
Bundle 'Lokaltog/vim-easymotion'
let g:EasyMotion_keys = "arstdhneio" " Colemak home row
Bundle 'millermedeiros/vim-statline' Bundle 'millermedeiros/vim-statline'
let g:statline_syntastic = 1 let g:statline_syntastic = 1
let g:statline_fugitive = 1 let g:statline_fugitive = 1