fix: Switch dashboard buttons to fzf-lua
This commit is contained in:
parent
a54964b04f
commit
f7f9a74f65
1 changed files with 2 additions and 2 deletions
|
@ -30,13 +30,13 @@ return {
|
|||
button(
|
||||
'f',
|
||||
' Find file',
|
||||
'<CMD>lua require("telescope").builtin.fd()<CR>'
|
||||
'<CMD>lua require("lz.n").trigger_load("fzf-lua"); require("fzf-lua").files()<CR>'
|
||||
),
|
||||
|
||||
button(
|
||||
'g',
|
||||
' Live grep',
|
||||
'<CMD>lua require("telescope").builtin.live_grep()<CR>'
|
||||
'<CMD>lua require("lz.n").trigger_load("fzf-lua"); require("fzf-lua").live_grep()<CR>'
|
||||
),
|
||||
|
||||
button(
|
||||
|
|
Loading…
Reference in a new issue