From 787ceab0311ce20cc37ef2a81dabafdc09f1c624 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 1 Mar 2023 11:39:24 +0100 Subject: [PATCH] fix(leap): pin leap for now till flit issue is fixed --- lua/lazyvim/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index d1c2a7f5..0460bc38 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -184,6 +184,7 @@ return { }, { "ggandor/leap.nvim", + commit = "9a69feb", keys = { { "s", mode = { "n", "x", "o" }, desc = "Leap forward to" }, { "S", mode = { "n", "x", "o" }, desc = "Leap backward to" },