feat: switch to fzf-lua
This commit is contained in:
parent
c1173c0018
commit
c15cde867d
4 changed files with 41 additions and 68 deletions
29
lua/plugins/fzf.lua
Normal file
29
lua/plugins/fzf.lua
Normal file
|
@ -0,0 +1,29 @@
|
|||
return {
|
||||
{
|
||||
"ibhagwan/fzf-lua",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {},
|
||||
keys = {
|
||||
{
|
||||
"<Leader>ff",
|
||||
"<CMD>FzfLua files<CR>",
|
||||
"Search files",
|
||||
},
|
||||
{
|
||||
"<Leader>fg",
|
||||
"<CMD>FzfLua live_grep<CR>",
|
||||
"Grep files",
|
||||
},
|
||||
{
|
||||
"<Leader>fb",
|
||||
"<CMD>FzfLua buffers<CR>",
|
||||
"Search buffers",
|
||||
},
|
||||
{
|
||||
"<Leader>fr",
|
||||
"<CMD>FzfLua resume<CR>",
|
||||
"Resume search",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue