feat(flash): added treesiter search to show ts node labels around search matches

This commit is contained in:
Folke Lemaitre 2023-06-26 21:35:03 +02:00
parent a40f257c79
commit 5e6a07200c
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -32,6 +32,14 @@ return {
end, end,
desc = "Remote Flash", desc = "Remote Flash",
}, },
{
"R",
mode = { "n", "o", "x" },
function()
require("flash").treesitter_search()
end,
desc = "Treesitter Search",
},
}, },
}, },
{ {