11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
" 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
|
|
Bundle "kana/vim-textobj-datetime"
|
|
Bundle "kana/vim-textobj-entire"
|
|
Bundle "kana/vim-textobj-function"
|
|
Bundle "kana/vim-textobj-user"
|
|
Bundle "nathanaelkane/vim-indent-guides"
|
|
Bundle "nelstrom/vim-textobj-rubyblock"
|
|
Bundle "wellle/targets.vim"
|