hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
567 stars 45 forks source link

fuzzy searching only work partially. #3

Closed jdhao closed 3 years ago

jdhao commented 3 years ago

For example, if i type cls on the cmdline, colorscheme is not in the list of completion items. Do I need to set up in my cmp config or something?

image

hrsh7th commented 3 years ago

Yes. we should cache and merge results if the offset position is the same.

Ddystopia commented 6 months ago

Is it normal that author's "colorscheme" is still not suggested?

userrand commented 3 weeks ago

Is it normal that author's "colorscheme" is still not suggested?

@Ddystopia When I type :cls I see colorscheme as the 6th item.