Fff.nvim – Typo-resistant code search (github.com)
17 points by neogoose 2 hours ago
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
retrofuturism an hour ago
Ah, this a plugin I need. I just _really_ want to navigate with j/k like issue #77 states.