mirror of https://github.com/bjeanes/dotfiles.git
Remove unused bundles and add a few other tweaks
parent
3c517612ef
commit
c98bdf626f
|
@ -6,6 +6,9 @@ syntax keyword rubyControl not conceal cchar=¬
|
|||
syntax keyword rubyKeyword lambda conceal cchar=λ
|
||||
syntax match rubyGreaterThanOrEqual ">=" conceal cchar=≥
|
||||
syntax match rubyLessThanOrEqual "<=" conceal cchar=≤
|
||||
syntax match rubyHashRocket "=>" conceal cchar=→
|
||||
|
||||
hi link rubyHashRocket level16none
|
||||
|
||||
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
|
|
@ -15,13 +15,15 @@ call vundle#rc()
|
|||
Bundle 'vim-ruby/vim-ruby'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-rake'
|
||||
Bundle 'tpope/vim-rails'
|
||||
Bundle 'tpope/vim-haml'
|
||||
Bundle 'ecomba/vim-ruby-refactoring'
|
||||
|
||||
" temporarily disable due to speed issues
|
||||
" see: https://github.com/tpope/vim-bundler/issues/4
|
||||
" " 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'
|
||||
" }}}
|
||||
|
||||
" Markdown/Textile/etc {{{
|
||||
|
@ -38,6 +40,7 @@ call vundle#rc()
|
|||
Bundle 'tyok/js-mask'
|
||||
Bundle 'AnsiEsc.vim'
|
||||
Bundle 'mhz/vim-matchit'
|
||||
|
||||
" }}}
|
||||
" }}}
|
||||
|
||||
|
@ -58,11 +61,14 @@ call vundle#rc()
|
|||
|
||||
Bundle 'majutsushi/tagbar'
|
||||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'Lokaltog/vim-easymotion'
|
||||
Bundle 'Raimondi/delimitMate'
|
||||
Bundle 'AutoComplPop'
|
||||
Bundle 'ShowMarks7'
|
||||
|
||||
Bundle 'Lokaltog/vim-easymotion'
|
||||
let g:EasyMotion_keys = "arstdhneio" " Colemak home row
|
||||
|
||||
|
||||
Bundle 'millermedeiros/vim-statline'
|
||||
let g:statline_syntastic = 1
|
||||
let g:statline_fugitive = 1
|
||||
|
|
Loading…
Reference in New Issue