mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02: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
Add a link
Reference in a new issue