Skip to content

Commit

Permalink
add vim-textobj-between
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcxz committed Jan 19, 2016
1 parent 5a152f2 commit d682219
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vimrc.neobundle.vim
Expand Up @@ -81,17 +81,21 @@ NeoBundle 'chrisbra/Recover.vim'
NeoBundle 'justinmk/vim-sneak'
NeoBundle 'godlygeek/tabular'
NeoBundle 'vim-scripts/taglist.vim'
NeoBundle 'coderifous/textobj-word-column.vim'
NeoBundle 'vim-scripts/verilog_systemverilog.vim'
NeoBundle 'tpope/vim-dispatch'
NeoBundle 'tpope/vim-surround'
NeoBundle 'wellle/targets.vim'
NeoBundle 'Konfekt/FastFold'
NeoBundle 'talek/obvious-resize'
NeoBundle 'tpope/vim-markdown'
NeoBundle 'suan/vim-instant-markdown'
NeoBundle 'tpope/vim-fugitive'

" text objects
NeoBundle 'wellle/targets.vim'
NeoBundle 'kana/vim-textobj-user'
NeoBundle 'thinca/vim-textobj-between'
NeoBundle 'coderifous/textobj-word-column.vim'

" local bundles
NeoBundleLocal '~/.vim/bundle.local/'

Expand Down

0 comments on commit d682219

Please sign in to comment.