init
This commit is contained in:
15
nvim/lua/plugins/extras/editor/leap-spooky.lua
Normal file
15
nvim/lua/plugins/extras/editor/leap-spooky.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
{ import = "lazyvim.plugins.extras.editor.leap" },
|
||||
{
|
||||
"ggandor/leap.nvim",
|
||||
vscode = true,
|
||||
dependencies = {
|
||||
"ggandor/leap-spooky",
|
||||
vscode = true,
|
||||
},
|
||||
opts = {
|
||||
prefix = true,
|
||||
paste_on_remote_yank = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user