[nvim] Switches to fzf for the buffer finder, removes snacks config
This commit is contained in:
@@ -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