mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat(flash): add treesitter to normal mode as well
This commit is contained in:
parent
5d0e10a30a
commit
aa28119aa6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"S",
|
"S",
|
||||||
mode = { "o", "x" },
|
mode = { "n", "o", "x" },
|
||||||
function()
|
function()
|
||||||
require("flash").treesitter()
|
require("flash").treesitter()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue