Skip to content

Commit 4d23eaa

Browse files
committed
Treesitter selection using flash
1 parent ed9ac08 commit 4d23eaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nvim/lua/plugins/utils.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ return {
1818
require("flash").jump()
1919
end,
2020
},
21+
{
22+
"S",
23+
function()
24+
require("flash").treesitter()
25+
end,
26+
},
2127
},
2228
},
2329
{

0 commit comments

Comments
 (0)