mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
ci: added picker example config to readme
This commit is contained in:
parent
c4b3aff660
commit
766fb20bd5
6 changed files with 99 additions and 17 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue