textobj-diagnostic.nvim icon indicating copy to clipboard operation
textobj-diagnostic.nvim copied to clipboard

Support dot-repeat, e.g. for d]g

Open andrewferrier opened this issue 3 years ago • 2 comments

andrewferrier avatar Aug 25 '22 21:08 andrewferrier

huh, I came here exactly for this. dot repeatability would be nice indeed!

chrisgrieser avatar Dec 16 '22 15:12 chrisgrieser

I'll take a look, see if this is possible. I implemented it for one of my other plugins - debugprint - https://github.com/andrewferrier/debugprint.nvim/blob/e555b35057373f9cd7bd2d2181f508ee5f885d6e/lua/debugprint/init.lua#L228 - but in that case I was handling the action, whereas this plugin is "just" for a textobj. So I'm not sure how to do that. Will need to take a look at it and see if it's possible.

andrewferrier avatar Dec 16 '22 16:12 andrewferrier