feat: bust up the project, refresh upstream

This commit is contained in:
Garrett Dawson 2024-05-24 17:48:34 -06:00
parent a3cd76746c
commit 2079778b89
47 changed files with 1446 additions and 1205 deletions

View file

@ -0,0 +1,7 @@
return {
'ggandor/leap.nvim',
dependencies = { "tpope/vim-repeat" },
config = function()
require('leap').add_default_mappings()
end
}