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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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