feat(flash): add treesitter to normal mode as well

This commit is contained in:
Folke Lemaitre
2023-06-22 10:37:45 +02:00
parent 5d0e10a30a
commit aa28119aa6

View File

@ -16,7 +16,7 @@ return {
},
{
"S",
mode = { "o", "x" },
mode = { "n", "o", "x" },
function()
require("flash").treesitter()
end,