From aa28119aa6526d26920da25c35e83d856a8584fb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 22 Jun 2023 10:37:45 +0200 Subject: [PATCH] feat(flash): add treesitter to normal mode as well --- lua/lazyvim/plugins/extras/editor/flash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,