1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Switch from LeaderF to Fzf-lua as the default fuzzy finder (#395)

This commit is contained in:
jdhao
2025-04-02 18:20:01 +02:00
committed by GitHub
parent 7fa77fbfbf
commit 60852c0473
4 changed files with 18 additions and 102 deletions

View File

@@ -23,19 +23,19 @@ conf.center = {
{
icon = "󰈞 ",
desc = "Find File ",
action = "Leaderf file --popup",
action = "FzfLua files",
key = "<Leader> f f",
},
{
icon = "󰈢 ",
desc = "Recently opened files ",
action = "Leaderf mru --popup",
action = "FzfLua oldfiles",
key = "<Leader> f r",
},
{
icon = "󰈬 ",
desc = "Project grep ",
action = "Leaderf rg --popup",
action = "FzfLua live_grep",
key = "<Leader> f g",
},
{