terryma / vim-expand-region

Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
MIT License
1.1k stars 46 forks source link

Ruby block objects #22

Open jean-francois-labbe opened 4 years ago

jean-francois-labbe commented 4 years ago

Thanks for this great plugin that I've just discovered.

Do you support ruby block objects provided by nelstrom/vim-textobj-rubyblock?

I tried using the following configuration:

call expand_region#custom_text_objects('ruby', {
       \ 'ir' :0,
       \ 'ar' :0,
       \ 'im' :0,
       \ 'am' :0,
       \ })

But it is not working.