From 18fd57fa371930f9b6eae906367531e76be77bb2 Mon Sep 17 00:00:00 2001 From: Dein Name Date: Tue, 27 Jan 2026 08:58:25 +0100 Subject: [PATCH] fix(leap): use new Codeberg repository Leap.nvim moved to Codeberg and the GitHub repo is no longer maintained. --- lua/lazyvim/plugins/extras/editor/leap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/leap.lua b/lua/lazyvim/plugins/extras/editor/leap.lua index 3fe4c5e7..fc4e93c3 100644 --- a/lua/lazyvim/plugins/extras/editor/leap.lua +++ b/lua/lazyvim/plugins/extras/editor/leap.lua @@ -17,7 +17,7 @@ return { opts = { labeled_modes = "nx" }, }, { - "ggandor/leap.nvim", + "https://codeberg.org/andyg/leap.nvim", enabled = true, keys = { { "s", mode = { "n", "x", "o" }, desc = "Leap Forward to" },