Skip to content

Commit 99232be

Browse files
authored
feat(yanky-nvim): integrate snacks.nvim picker (#1665)
1 parent 378c6d8 commit 99232be

File tree

1 file changed

+16
-0
lines changed
  • lua/astrocommunity/editing-support/yanky-nvim

1 file changed

+16
-0
lines changed

lua/astrocommunity/editing-support/yanky-nvim/init.lua

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,21 @@ return {
7474
},
7575
},
7676
},
77+
{
78+
"folke/snacks.nvim",
79+
optional = true,
80+
specs = {
81+
{
82+
"AstroNvim/astrocore",
83+
opts = {
84+
mappings = {
85+
n = {
86+
["<Leader>fy"] = { function() require("snacks").picker.yanky() end, desc = "Find yanks" },
87+
},
88+
},
89+
},
90+
},
91+
},
92+
},
7793
},
7894
}

0 commit comments

Comments
 (0)