nvf/modules/plugins/utility/default.nix
gustav-fff 10aa76214c 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.
2026-06-11 11:58:25 -07:00

36 lines
535 B
Nix

{
imports = [
./binds
./ccc
./diffview
./direnv
./fff-nvim
./fzf-lua
./gestures
./harpoon
./icon-picker
./images
./grug-far-nvim
./leetcode-nvim
./mkdir
./motion
./multicursors
./new-file-template
./nix-develop
./nvim-biscuits
./oil-nvim
./outline
./preview
./qmk-nvim
./sleuth
./smart-splits
./snacks-nvim
./surround
./telescope
./vim-wakatime
./yanky-nvim
./yazi-nvim
./undotree
./crazy-coverage
];
}