wellle / targets.vim

Vim plugin that provides additional text objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting Other Plugins

barrett-ruth opened this issue · comments

Take this simple vim-textobj-user based plugin, for example.

Is there a way to integrate this plugin with targets.vim? i.e. how can I exploit the "next" and "last" ideas of targets.vim within text objects defined by vim-textobj-user? In this case, if inside a fold, I would be able to cinz to change the contents of the next fold.

If I missed something obvious, apologies, and please refer me to an issue in which this was discussed.

I would like to piggyback on this issue to ask about another vim-textobj-user based plugin, vim-textobj-comment, which may have a similar resolution/answer.