diff --git a/editors/vim/after/syntax/ruby.vim b/editors/vim/after/syntax/ruby.vim index 6b07675..661f78c 100644 --- a/editors/vim/after/syntax/ruby.vim +++ b/editors/vim/after/syntax/ruby.vim @@ -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 diff --git a/editors/vim/bundle/vim-bundler b/editors/vim/bundle/vim-bundler deleted file mode 160000 index 595b29a..0000000 --- a/editors/vim/bundle/vim-bundler +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 595b29a16e0ff45e0332c18ba44cf0245da34dfe diff --git a/editors/vim/bundle/vim-coffee-script b/editors/vim/bundle/vim-coffee-script index 14e001c..2519a91 160000 --- a/editors/vim/bundle/vim-coffee-script +++ b/editors/vim/bundle/vim-coffee-script @@ -1 +1 @@ -Subproject commit 14e001ce47d8f5ea098e487e33817f95b637491a +Subproject commit 2519a91c28abebfa35c9bf498343a05ce99de7a4 diff --git a/editors/vim/bundle/vim-rails b/editors/vim/bundle/vim-rails deleted file mode 160000 index 893ef3e..0000000 --- a/editors/vim/bundle/vim-rails +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 893ef3e0fde7404b3024e61ef312fe2972897559 diff --git a/editors/vim/bundle/vim-statline b/editors/vim/bundle/vim-statline index 7d271ba..89eb1c7 160000 --- a/editors/vim/bundle/vim-statline +++ b/editors/vim/bundle/vim-statline @@ -1 +1 @@ -Subproject commit 7d271ba55820a4becb5028b74f5502b0e3e00641 +Subproject commit 89eb1c71adbbafe0a0fbbf5d1c996e35d3eb33b0 diff --git a/editors/vim/bundles.vim b/editors/vim/bundles.vim index 8ea6846..eb7ae1a 100644 --- a/editors/vim/bundles.vim +++ b/editors/vim/bundles.vim @@ -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