Skip to content

Commit

Permalink
Enable endwise & vi-ruby over texobj-rubyblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
panthomakos committed Sep 9, 2015
1 parent a1efcab commit 030263c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vimrc
Expand Up @@ -19,7 +19,8 @@ Plug 'rust-lang/rust.vim'
Plug 'kana/vim-textobj-user'
Plug 'kana/vim-textobj-indent'
Plug 'kana/vim-textobj-line'
Plug 'nelstrom/vim-textobj-rubyblock'

Plug 'vim-ruby/vim-ruby'

Plug 'tpope/vim-endwise'
Plug 'bling/vim-airline'
Expand Down Expand Up @@ -154,9 +155,6 @@ map <leader>tf :CtrlPTag<CR>
" Reload CtlrP Cache.
map <leader>cf :CtrlPClearCache<CR>\|:CtrlP<CR>
" Don't add vim-endwise mappings.
let g:endwise_no_mappings = 1

" Use AG as the VIM grep command.
set grepprg=ag\ --nogroup\ --nocolor

Expand Down

0 comments on commit 030263c

Please sign in to comment.