Neovim sometimes becomes unresponsive when passing a large number of candidates (>10000) to the Python fuzzy filters (e.g. wilder#python_fuzzy_filter() or wilder#python_cpsm_filter().
Workarounds
Triggering a resize will make Neovim responsive again
Use wilder#lua_fzy_filter() which is a performant (but non-async) filter
Neovim sometimes becomes unresponsive when passing a large number of candidates (>10000) to the Python fuzzy filters (e.g.
wilder#python_fuzzy_filter()
orwilder#python_cpsm_filter()
.Workarounds
wilder#lua_fzy_filter()
which is a performant (but non-async) filter