2014-02-16 11:58:20 +08:00
|
|
|
" These bundles introduce new textobjects into vim,
|
|
|
|
" For example the Ruby one introduces the 'r' text object
|
|
|
|
" such that 'var' gives you Visual Around Ruby
|
2015-01-07 03:38:16 +08:00
|
|
|
Bundle "bootleq/vim-textobj-rubysymbol"
|
|
|
|
Bundle "coderifous/textobj-word-column.vim"
|
|
|
|
Bundle "kana/vim-textobj-datetime"
|
|
|
|
Bundle "kana/vim-textobj-entire"
|
|
|
|
Bundle "kana/vim-textobj-function"
|
|
|
|
Bundle "kana/vim-textobj-user"
|
|
|
|
Bundle "lucapette/vim-textobj-underscore"
|
|
|
|
Bundle "nathanaelkane/vim-indent-guides"
|
|
|
|
Bundle "nelstrom/vim-textobj-rubyblock"
|
|
|
|
Bundle "thinca/vim-textobj-function-javascript"
|
2016-07-25 16:48:37 +08:00
|
|
|
Bundle "wellle/targets.vim"
|