f3fora / cmp-spell

spell source for nvim-cmp based on vim's spellsuggest.
191 stars 3 forks source link

Spell completions are being filtered #6

Closed rwblokzijl closed 1 year ago

rwblokzijl commented 1 year ago

Using the spell extension all the suggestions from spell should be shown:

image

cmp-spell uses vim builtin spelling correction, which should return:

image

However it seems like the results are being filtered to only include fuzzy matches which defeats the point of spell correcting.

f3fora commented 1 year ago

is it ok for you?

rwblokzijl commented 1 year ago

Thanks a lot for this! It does include everything now.

Now I just have to find out how to sort it to the bottom as it becomes very busy :p Do you have any tips for this?

rwblokzijl commented 1 year ago

I opted for using max_item_count=2. Works pretty well