diff --git a/lua/lazyvim/plugins/extras/editor/flash.lua b/lua/lazyvim/plugins/extras/editor/flash.lua index ed398bba..04b42565 100644 --- a/lua/lazyvim/plugins/extras/editor/flash.lua +++ b/lua/lazyvim/plugins/extras/editor/flash.lua @@ -16,7 +16,7 @@ return { }, { "S", - mode = { "o", "x" }, + mode = { "n", "o", "x" }, function() require("flash").treesitter() end,