Tech News
← Back to articles

Fff.nvim – Typo-resistant code search

read original related products more articles

Finally a smart fuzzy file picker for neovim.

FFF stands for freakin fast fuzzy file finder (pick 3) and it is an opinionated fuzzy file picker for neovim. Just for files, but we'll try to solve file picking completely.

It comes with a dedicated rust backend runtime that keep tracks of the file index, your file access and modifications, git status, and provides a comprehensive typo-resistant fuzzy search experience.

Features

Works out of the box with no additional configuration

Typo resistant fuzzy search

Git status integration allowing to take advantage of last modified times within a worktree

Separate file index maintained by a dedicated backend allows <10 milliseconds search time for 50k files codebase

Display images in previews (for now requires snacks.nvim)

Smart in a plenty of different ways hopefully helpful for your workflow

... continue reading