this post was submitted on 22 Nov 2023
2 points (100.0% liked)

Neovim

1967 readers
52 users here now

founded 1 year ago
MODERATORS
 

As title, I'v installed mini.comment plugin, but when I type gc for commenting a line nothing happen. How can I know what's wrong without disable every other extension or proceding incrementaly from scratch? (don't want to intterrupt my workflow) Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 7 months ago

That makes sense. Which-key doesn't allow the timeout to take place after gc since it knows about gcc. While that functionality is useful when you don't know which key to press next, in situations like these it would create problems. I think your best solution would still be to modify the mappings. Maybe remap gc to gcl (comment last) or something like that.