hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
533 stars 40 forks source link

fuzzy searching only work partially. #3

Closed jdhao closed 2 years ago

jdhao commented 2 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 2 years ago

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

Ddystopia commented 3 months ago

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