coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

What's the point of the "repeat" option?

Open jakubgros opened this issue 2 years ago • 1 comments

Hello. I would like to learn what's the point of the "repeat" coq's option. Wouldn't that be possible to integrate it with the native repeat option (bound by default to dot)? That would be much more convenient.

jakubgros avatar Apr 21 '22 10:04 jakubgros

Hm... To support dot repeat is very hard. Because . register cannot modify in plugin side. I know nvim-cmp implements feature, it is very hacked code.

Shougo avatar Apr 21 '22 10:04 Shougo