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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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