nvim-cmp
nvim-cmp copied to clipboard
some cmp items in a bundle of same items from different source are lost , with keyword become more
FAQ
- [X] I have checked the FAQ and it didn't resolve my problem.
Announcement
- [X] I have checked Breaking change announcement.
Minimal reproducible full config
I tried https://github.com/NvChad/tinyvim and add rust-analyzer ,it has same issue
Description
when i types St, there are 3 items matched
then i continue type y => Sty, then it left only one items
Steps to reproduce
no
Expected behavior
I set dup to 0, I want no match items duplicated
Actual behavior
as above images describe
Additional context
No response
I have the same happening just now, using Rust Analyzer.
Typing just an r, I am interested in read_to_string:
As soon as I type read:
It's gone