nvim: add snipe

This commit is contained in:
2025-06-25 23:59:37 +02:00
parent d8a21e78c4
commit fa085ae00c
2 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,14 @@ return {
}
},
{
"leath-dub/snipe.nvim",
keys = {
{ "_", function() require("snipe").open_buffer_menu() end, desc = "Open Snipe buffer menu" }
},
opts = {}
},
{
"chentoast/marks.nvim",
event = "VeryLazy",