feat(yanky): use snacks picker for improved yank history navigation

This commit is contained in:
gbprod 2025-03-18 08:45:37 +01:00
parent ec5981dfb1
commit 8440b066f7

View file

@ -13,6 +13,8 @@ return {
function()
if LazyVim.pick.picker.name == "telescope" then
require("telescope").extensions.yank_history.yank_history({})
elseif LazyVim.pick.picker.name == "snacks" then
Snacks.picker.yanky()
else
vim.cmd([[YankyRingHistory]])
end