diff --git a/lua/lazyvim/plugins/extras/editor/flash.lua b/lua/lazyvim/plugins/extras/editor/flash.lua index c9169c14..0d55fd6f 100644 --- a/lua/lazyvim/plugins/extras/editor/flash.lua +++ b/lua/lazyvim/plugins/extras/editor/flash.lua @@ -32,6 +32,14 @@ return { end, desc = "Remote Flash", }, + { + "R", + mode = { "n", "o", "x" }, + function() + require("flash").treesitter_search() + end, + desc = "Treesitter Search", + }, }, }, {