feat(flash): added treesiter search to show ts node labels around search matches
This commit is contained in:
1 file changed
+8
@@ -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",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in new issue
Block a user