Closed wzyboy closed 2 years ago
I noticed this issue as well. I have no idea but I think I am gonna figure this out this weekends though.
I noticed this issue as well. I have no idea but I think I am gonna figure this out this weekends though.
It's fixed lol, it works good for me. You may update later :)
Thanks! It works for me as well!
Thanks for the plugin!
I'm migrating from deoplete to nvim-cmp and have a question regarding the abbreviation match capability of this plugin.
In my previous setup of deoplete + vim-beancount + supertab, there is abbreviation-based auto-completion. For example:
turns into
However, with nvim-cmp + cmp-beancount, the same key sequence turns the text into:
Note that only
C
got replaced, but not the entireI:E:C
string.I tried to debug if this is the issue with my nvim-cmp mapping. But even with the exact same mapping as yours, I cannot get the abbrevation replacement working.
Could you shed some light on this? Thanks.