From 104bb1a8a21d8526d326e4e0cb44ace6206c5236 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 16:51:51 +0300 Subject: feat: add `leap` --- lua/config/plugins/leap.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lua/config/plugins/leap.lua (limited to 'lua/config/plugins/leap.lua') diff --git a/lua/config/plugins/leap.lua b/lua/config/plugins/leap.lua new file mode 100644 index 0000000..8048d61 --- /dev/null +++ b/lua/config/plugins/leap.lua @@ -0,0 +1,15 @@ +return { + { + "leap.nvim", + load = function(name) + vim.cmd.packadd(name) + vim.cmd.packadd("flit.nvim") + vim.cmd.packadd("leap-spooky-nvim") + end, + after = function(_) + require("leap").create_default_mappings() + require("flit").setup() + require("leap-spooky").setup() + end, + }, +} -- cgit v1.2.3-70-g09d2