fix(flash): don't override R in normal mode

This commit is contained in:
Folke Lemaitre committed 2023-06-27 22:02:51 +02:00
1 parent c998be8fa4
commit c5759a451f
1 file changed
+1 -1
+1 -1
View File
@@ -34,7 +34,7 @@ return {
},
{
"R",
mode = { "n", "o", "x" },
mode = { "o", "x" },
function()
require("flash").treesitter_search()
end,