Open Dosx001 opened 2 years ago
Fuzzy finding is difficult, and finicky... You can try using https://github.com/tzachar/cmp-fuzzy-buffer which uses either fzf of fzy to do the hard lifting
OK. I'll create new option.
Wht not use nvims internal matchfuzzypos?
So nvim-cmp broke for me when I updated to nvim 0.7. I got everything back and running but I'm not so sure about fuzzy finding. So I was hoping I could get an explanation on how fuzzy finding works in nvim-cmp.
For example, here fuzzy finding working in action and this is the behavior I am expecting.
Now if add an
s
todfa
to makedfas
I expect nvim-cmp to get give medefaults
, the last result of the previous image.But nvim-cmp fails to do so.
Also, I notice that fuzzy finding works out of the box, are there maybe options I can change to edit the fuzzy finding behavior?