diff --git a/lua/lazyvim/plugins/extras/editor/flash.lua b/lua/lazyvim/plugins/extras/editor/flash.lua index 04b42565..68c1700e 100644 --- a/lua/lazyvim/plugins/extras/editor/flash.lua +++ b/lua/lazyvim/plugins/extras/editor/flash.lua @@ -13,6 +13,7 @@ return { function() require("flash").jump() end, + desc = "Flash", }, { "S", @@ -20,6 +21,15 @@ return { function() require("flash").treesitter() end, + desc = "Flash Treesitter", + }, + { + "r", + mode = "o", + function() + require("flash").remote() + end, + desc = "Remote Flash", }, }, },