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, + }, + }, +}