Skip to content

Commit e49ea31

Browse files
committed
test(pick): testing my hands with snacks picker for now
1 parent 26d4d5e commit e49ea31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lua/plugins/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ local plugins = {
194194
require("snacks").picker.explorer()
195195
end, "Toggle snacks explorer"),
196196

197+
require("mappings").map({ "n" }, "<leader>F", function()
198+
require("snacks").picker.pick("files", opts)
199+
end, "Toggle find files snacks"),
200+
197201
},
198202
event = { "BufReadPost" },
199203
opts = {

0 commit comments

Comments
 (0)