mohsen

Results 6 comments of mohsen

nvim-cmp isn't supported yet. This issue could be solved with editing the cmp mapping like this. ```lua cmp.select_next_item({ behavior = cmp.SelectBehavior}) ``` But there are other quirks that should be...

@xzbdmw thanks, it's really nice.

Abbreviation isn't supported and probably never will be because how nvim works. PS: Please stick to the issue template for reprdocution in the future.

> If you mean an API to get abbreviation, Nvim now has the `maplist()` function. Thanks for the tip :+1: .