textobj-diagnostic.nvim
textobj-diagnostic.nvim copied to clipboard
Support dot-repeat, e.g. for d]g
huh, I came here exactly for this. dot repeatability would be nice indeed!
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.