nvim-cmp icon indicating copy to clipboard operation
nvim-cmp copied to clipboard

some cmp items in a bundle of same items from different source are lost , with keyword become more

Open 3Xpl0it3r opened this issue 1 year ago • 1 comments

FAQ

  • [X] I have checked the FAQ and it didn't resolve my problem.

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 image

then i continue type y => Sty, then it left only one items image

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

3Xpl0it3r avatar Feb 20 '24 15:02 3Xpl0it3r

I have the same happening just now, using Rust Analyzer.

Typing just an r, I am interested in read_to_string: image

As soon as I type read: image

It's gone image

hb0nes avatar Feb 27 '24 19:02 hb0nes