[nvim] Remove duplicate keybind for fzf-lua
This commit is contained in:
@@ -45,13 +45,6 @@ return {
|
||||
end,
|
||||
desc = "Find keymaps",
|
||||
},
|
||||
{
|
||||
"<leader>fb",
|
||||
function()
|
||||
require("fzf-lua").buffers()
|
||||
end,
|
||||
desc = "Find buffers",
|
||||
},
|
||||
{
|
||||
"<leader>fB",
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user