fix(leap): update urls to new leap.nvim repo. Fixes #6958

This commit is contained in:
Folke Lemaitre
2026-03-01 09:30:39 +01:00
parent 60fea6236e
commit 244af66f8b
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ return {
-- easily jump to any location and enhanced f/t motions for Leap -- easily jump to any location and enhanced f/t motions for Leap
{ {
"ggandor/flit.nvim", url = "https://codeberg.org/andyg/leap.nvim.git",
enabled = true, enabled = true,
keys = function() keys = function()
---@type LazyKeysSpec[] ---@type LazyKeysSpec[]
@@ -17,7 +17,7 @@ return {
opts = { labeled_modes = "nx" }, opts = { labeled_modes = "nx" },
}, },
{ {
"ggandor/leap.nvim", url = "https://codeberg.org/andyg/leap.nvim.git",
enabled = true, enabled = true,
keys = { keys = {
{ "s", mode = { "n", "x", "o" }, desc = "Leap Forward to" }, { "s", mode = { "n", "x", "o" }, desc = "Leap Forward to" },

View File

@@ -42,6 +42,7 @@ M.renames = {
["markdown.nvim"] = "render-markdown.nvim", ["markdown.nvim"] = "render-markdown.nvim",
["williamboman/mason.nvim"] = "mason-org/mason.nvim", ["williamboman/mason.nvim"] = "mason-org/mason.nvim",
["williamboman/mason-lspconfig.nvim"] = "mason-org/mason-lspconfig.nvim", ["williamboman/mason-lspconfig.nvim"] = "mason-org/mason-lspconfig.nvim",
["ggandor/leap.nvim"] = "https://codeberg.org/andyg/leap.nvim.git",
} }
function M.save_core() function M.save_core()