updates snacks config

This commit is contained in:
Dennis 2025-08-25 11:54:42 +02:00
parent c296321bc2
commit d929567c45

View file

@ -101,6 +101,13 @@ return {
end,
desc = "Projects",
},
{
"<leader>bb",
function()
Snacks.picker.buffers()
end,
desc = "Buffers",
},
-- Search
{
"<leader>ss",