diff --git a/lua/plugins/leap.lua b/lua/plugins/leap.lua new file mode 100644 index 0000000..e03457e --- /dev/null +++ b/lua/plugins/leap.lua @@ -0,0 +1,10 @@ +return { + "ggandor/leap.nvim", + dependencies = { + "tpope/vim-repeat", + }, + opts = {}, + init = function() + require('leap').create_default_mappings() + end, +}