✨ feat(nvim): add leap-spooky extra
This commit is contained in:
parent
3b4e1963ed
commit
edd3dd1d6a
1 changed files with 15 additions and 0 deletions
15
.config/nvim/lua/plugins/extras/editor/leap-spooky.lua
Normal file
15
.config/nvim/lua/plugins/extras/editor/leap-spooky.lua
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue