F
F
FFF.nvim
Like
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.
Cost / License
- Free
- Open Source (MIT)
Platforms
- Neovim
FFF.nvim
Like
Features
- Image Preview
- Fuzzy Finder
- File Search
- Zero configuration
Git integration
FFF.nvim information
No comments or reviews, maybe you want to be first?
What is FFF.nvim?
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
- This plugin initializes itself lazily by default