hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.47k stars 370 forks source link

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

Open 3Xpl0it3r opened 4 months ago

3Xpl0it3r commented 4 months ago

FAQ

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

hb0nes commented 4 months ago

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