I've come across an issue with the Gitlab mentions completion. It inserts nil instead of the username, even if the list of usernames and the documentation show the correct values. This can be fixed by the following change to cmp-git/lua/cmp_git/format.lua:
Hi and thanks for your plugin!
I've come across an issue with the
Gitlab
mentions completion. It insertsnil
instead of theusername
, even if the list of usernames and the documentation show the correct values. This can be fixed by the following change tocmp-git/lua/cmp_git/format.lua
:I'll be happy to open a pull request with the fix.