Skip to content

Commit

Permalink
fix(leap): add vim-repeat to support dot-repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshgupta137 authored and mehalter committed Mar 22, 2023
1 parent ca32e9f commit cf46b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/astrocommunity/motion/leap-nvim/leap-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ return {
end
leap.add_default_mappings(true)
end,
dependencies = {
"tpope/vim-repeat",
},
},
},
}

0 comments on commit cf46b1f

Please sign in to comment.