Skip to content

Commit 3c4f762

Browse files
authored
fix(leap-nvim): migrate to maintained repo (#1699)
* fix: migrate url to maintained repo * docs: change url
1 parent 1e6cc53 commit 3c4f762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/astrocommunity/motion/leap-nvim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Neovim's answer to the mouse 🦘
44

5-
**Repository:** <https://github.com/ggandor/leap.nvim>
5+
**Repository:** <https://codeberg.org/andyg/leap.nvim>

lua/astrocommunity/motion/leap-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
"ggandor/leap.nvim",
2+
"https://codeberg.org/andyg/leap.nvim",
33
dependencies = {
44
"tpope/vim-repeat",
55
{

0 commit comments

Comments
 (0)