diff options
| author | ache <ache@ache.one> | 2026-02-18 18:26:11 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-02-18 18:26:11 +0100 |
| commit | 1ac2f8118e88d36f72d6e69eaeae619ec069366c (patch) | |
| tree | e4d9672866aad021a4a5bcea12f627ed3a35dded /lua | |
| parent | feat: 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.lua | 4 |
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)") |