Skip to content

Commit

Permalink
Aggiunto ecomba/vim-ruby-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed Nov 4, 2017
1 parent 3e1bcae commit f9179e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vim/plugged/vim-ruby-refactoring
Submodule vim-ruby-refactoring added at 6447a4
6 changes: 4 additions & 2 deletions .vimrc
Expand Up @@ -177,10 +177,12 @@ function! PromoteToLet()
:normal ==
endfunction


runtime macros/matchit.vim " required by nelstrom/vim-textobj-rubyblock
" matchit required by nelstrom/vim-textobj-rubyblock
" matchit required by ecomba/vim-ruby-refactoring
runtime macros/matchit.vim
" Load plugins {{{
call plug#begin('~/.vim/plugged')
Plug 'ecomba/vim-ruby-refactoring'
Plug 'nelstrom/vim-textobj-rubyblock'
Plug 'kana/vim-textobj-user'
Plug 'thinca/vim-themis'
Expand Down

0 comments on commit f9179e9

Please sign in to comment.