19
Fff.nvim – Typo-resistant code search
The new release of fff.nvim showed out the new compatiblity for the code search both for human and agents - typo resistant and usable code search for real codebases
It can match query "shcema" only to "schema" and "SortedMap" only to "SortedArrayMap" and "SortedHashMap" without bloating the results
Ah, this a plugin I need. I just _really_ want to navigate with j/k like issue #77 states.