From 7a0e87bdfb43c93ea44010f3917bb9a747eb46cf Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Sat, 18 Apr 2026 04:56:58 -0500 Subject: updates --- lua/config/packages/fzf.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lua/config/packages/fzf.lua') diff --git a/lua/config/packages/fzf.lua b/lua/config/packages/fzf.lua index a40ddfa..3b27f93 100644 --- a/lua/config/packages/fzf.lua +++ b/lua/config/packages/fzf.lua @@ -1,5 +1,8 @@ -vim.pack.add({{ src = gh("ibhagwan/fzf-lua") }}) - -vim.keymap.set("n", "/", function() require("fzf-lua").live_grep_native() end, { desc = "fzf live grep" }) -vim.keymap.set("n", "F", function() require("fzf-lua").files() end, { desc = "fzf find files" }) +vim.pack.add({ gh("ibhagwan/fzf-lua") }) +vim.keymap.set("n", "/", function() + require("fzf-lua").live_grep_native() +end, { desc = "fzf live grep" }) +vim.keymap.set("n", "F", function() + require("fzf-lua").files() +end, { desc = "fzf find files" }) -- cgit v1.2.3