From a55ebe08a78dafb8c30e2767956a20c425ae9d30 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 23 Dec 2025 09:50:47 +0100 Subject: [PATCH] Clean up fff module --- nvim/lua/plugs/fff.lua | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/nvim/lua/plugs/fff.lua b/nvim/lua/plugs/fff.lua index 625e156..6a5a347 100644 --- a/nvim/lua/plugs/fff.lua +++ b/nvim/lua/plugs/fff.lua @@ -1,26 +1,10 @@ --- return --- { --- "dmtrKovalenko/fff.nvim", --- build = "nix run .#release", --- -- No need to lazy-load with lazy.nvim. --- -- This plugin initializes itself lazily. --- lazy = false, --- } return { "dmtrKovalenko/fff.nvim", build = "nix run .#release", - -- opts = { - -- debug = { - -- enabled = true, -- we expect your collaboration at least during the beta - -- show_scores = true, -- to help us optimize the scoring system, feel free to share your scores! - -- }, - -- }, - -- No need to lazy-load with lazy.nvim. - -- This plugin initializes itself lazily. lazy = false, keys = { { - "f", -- try it if you didn't it is a banger keybinding for a picker + "f", function() require("fff").find_files() end, desc = "FFFind files", }