Skip to content

Commit

Permalink
feat(flash): add treesitter to normal mode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 22, 2023
1 parent 5d0e10a commit aa28119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/editor/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return {
},
{
"S",
mode = { "o", "x" },
mode = { "n", "o", "x" },
function()
require("flash").treesitter()
end,
Expand Down

0 comments on commit aa28119

Please sign in to comment.