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

This commit is contained in:
Folke Lemaitre
2023-06-27 22:02:27 +02:00
parent c998be8fa4
commit c5759a451f

View File

@ -34,7 +34,7 @@ return {
},
{
"R",
mode = { "n", "o", "x" },
mode = { "o", "x" },
function()
require("flash").treesitter_search()
end,