feat(nvim): add leap-spooky extra

This commit is contained in:
Sergio Laín 2023-12-28 13:55:39 +01:00
parent 3b4e1963ed
commit edd3dd1d6a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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