From 16e4a3f8fd5929c9ef2cf2c12b076bcbc947ab36 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 1 Mar 2023 15:11:56 +0100 Subject: [PATCH] fix(leap): unpin leap --- lua/lazyvim/plugins/editor.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index b5e3d071..998c60f7 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -187,7 +187,6 @@ 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" },