mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(flash): don't override R in normal mode
This commit is contained in:
parent
c998be8fa4
commit
c5759a451f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue