From edd3dd1d6abe8590ebb68c46e449f7d070e3a036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 28 Dec 2023 13:55:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20add=20leap-spooky=20e?= =?UTF-8?q?xtra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lua/plugins/extras/editor/leap-spooky.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/nvim/lua/plugins/extras/editor/leap-spooky.lua diff --git a/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua b/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua new file mode 100644 index 00000000..2a694e3c --- /dev/null +++ b/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua @@ -0,0 +1,15 @@ +return { + { + import = "lazyvim.plugins.extras.editor.leap", + }, + { + "ggandor/leap.nvim", + dependencies = { + "ggandor/leap-spooky", + }, + opts = { + prefix = true, + paste_on_remote_yank = true, + }, + }, +}