For me, it works as well on nightly without any modifications as it did when the archival announcement was made. But I only use formatters and one or two linters. So can't confirm for other features.
That said, I am thinking about changing to conform.nivm for formatting.
Like I said, I haven't used mini.comment, but having both
gc
andgcc
mapping may cause problems. If I remember correctly, in these situations, neovim waits after receivinggc
command to figure out if you are trying to executecomment last
orgcc
withcomment line
. Depending ontimelen
(or timeout, forgot the exact name) setting the command you actually execute will defer based on the key pressed/not pressed aftergc
.Also, if
gc
is mapped tocomment last
, and there was no last comment action performed, it might do nothing (maybe check the readme to be sure). So maybe try changing the mapping to see if that helps.