mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00: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",
|
||||
mode = { "o", "x" },
|
||||
mode = { "n", "o", "x" },
|
||||
function()
|
||||
require("flash").treesitter()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue