mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-24 13:24:39 +00:00
plugins/utility/fff-nvim: add fff.nvim module
Adds fff.nvim, a high-performance Rust-backed file picker for Neovim with fuzzy search and frecency scoring. The Rust shared library is built from source via rustPlatform.buildRustPackage and symlinked into target/release/ where the plugin's lua loader expects it. Toggle with vim.utility.fff-nvim.enable; pass arbitrary fff.setup() options through vim.utility.fff-nvim.setupOpts.
This commit is contained in:
parent
a6f49d9a4e
commit
10aa76214c
7 changed files with 184 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
./ccc
|
||||
./diffview
|
||||
./direnv
|
||||
./fff-nvim
|
||||
./fzf-lua
|
||||
./gestures
|
||||
./harpoon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue