[nvim] Switches to fzf for the buffer finder, removes snacks config
This commit is contained in:
11
home-manager/features/neovim/config/lua/plugins/fzf.lua
Normal file
11
home-manager/features/neovim/config/lua/plugins/fzf.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
-- https://www.lazyvim.org/extras/editor/fzf
|
||||
"ibhagwan/fzf-lua",
|
||||
keys = {
|
||||
{
|
||||
"<leader><space>",
|
||||
"<cmd>FzfLua buffers sort_mru=true sort_lastused=true<cr>",
|
||||
desc = "Switch Buffer",
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
keys = {
|
||||
{
|
||||
"<leader><space>",
|
||||
function()
|
||||
Snacks.picker.buffers()
|
||||
end,
|
||||
desc = "Buffers",
|
||||
},
|
||||
{ "<leader><comma>", false },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user