ci: added picker example config to readme

This commit is contained in:
Folke Lemaitre 2025-02-05 07:55:00 +01:00
parent c4b3aff660
commit 766fb20bd5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 99 additions and 17 deletions

View file

@ -462,6 +462,7 @@ Snacks.picker.pick({source = "files", ...})
explorer = {},
},
keys = {
-- Top Pickers & Explorer
{ "<leader><space>", function() Snacks.picker.smart() end, desc = "Smart Find Files" },
{ "<leader>,", function() Snacks.picker.buffers() end, desc = "Buffers" },
{ "<leader>/", function() Snacks.picker.grep() end, desc = "Grep" },