summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-02-18 18:26:11 +0100
committerache <ache@ache.one>2026-02-18 18:26:11 +0100
commit1ac2f8118e88d36f72d6e69eaeae619ec069366c (patch)
treee4d9672866aad021a4a5bcea12f627ed3a35dded /lua
parentfeat: add line diagnostics with tools info to lsp and create new keymap for it (diff)
fix: Update leap to codeberg source repo
Diffstat (limited to 'lua')
-rw-r--r--lua/ache/plugins/leap.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/ache/plugins/leap.lua b/lua/ache/plugins/leap.lua
index c8f9745..46131f4 100644
--- a/lua/ache/plugins/leap.lua
+++ b/lua/ache/plugins/leap.lua
@@ -5,8 +5,8 @@
-- Help to navigate throug the code easily.
--]
return {
- "ggandor/leap.nvim",
- enabled = true,
+ url = "https://codeberg.org/andyg/leap.nvim",
+ enabled = true,
dependencies = { "tpope/vim-repeat" },
config = function()
vim.keymap.set({ "n" }, "s", "<Plug>(leap-forward)")