Skip to content

Commit c9e07ec

Browse files
chore(build): auto-generate docs
1 parent a08cd37 commit c9e07ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/extras/coding/yanky.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ opts = {
5151
function()
5252
if LazyVim.pick.picker.name == "telescope" then
5353
require("telescope").extensions.yank_history.yank_history({})
54+
elseif LazyVim.pick.picker.name == "snacks" then
55+
Snacks.picker.yanky()
5456
else
5557
vim.cmd([[YankyRingHistory]])
5658
end

0 commit comments

Comments
 (0)