Skip to content

Commit 2014d6f

Browse files
std-enigmaUzaaft
andauthored
feat(motion): add mini-jump plugin (#1385)
* feat(motion): add mini-jump plugin * fix(motion): remove settings opts --------- Co-authored-by: Uzair Aftab <[email protected]>
1 parent 3645862 commit 2014d6f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mini.jump
2+
3+
Neovim Lua plugin to jump forward/backward to a single character. Part of 'mini.nvim' library.
4+
5+
**Repository:** <https://github.com/echasnovski/mini.jump>
6+
7+
Jump to next/previous single character
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
"echasnovski/mini.jump",
3+
event = "User AstroFile",
4+
opts = {},
5+
}

0 commit comments

Comments
 (0)