feat: add fzf key

This commit is contained in:
2025-10-19 10:12:10 +09:00
parent f3dcabed0e
commit 582f657423
2 changed files with 6 additions and 3 deletions

View File

@@ -4,5 +4,8 @@ return {
dependencies = { "nvim-tree/nvim-web-devicons" },
-- or if using mini.icons/mini.nvim
-- dependencies = { "echasnovski/mini.icons" },
opts = {}
opts = {},
keys = {
{ "<leader>fg", "<Cmd>FzfLua live_grep<CR>", desc = "FZF Live Grep" },
},
}