summaryrefslogtreecommitdiff
path: root/lua/config/plugins/leap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/plugins/leap.lua')
-rw-r--r--lua/config/plugins/leap.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/lua/config/plugins/leap.lua b/lua/config/plugins/leap.lua
index ed23683..4363336 100644
--- a/lua/config/plugins/leap.lua
+++ b/lua/config/plugins/leap.lua
@@ -1,18 +1,18 @@
return {
- {
- "leap.nvim",
- event = "DeferredUIEnter",
- load = function(name)
- vim.cmd.packadd(name)
- vim.cmd.packadd("flit.nvim")
- -- vim.cmd.packadd("leap-spooky-nvim")
- vim.cmd.packadd("telepath-nvim")
- end,
- after = function(_)
- require("leap").create_default_mappings()
- require("flit").setup()
- -- require("leap-spooky").setup()
- require("telepath").use_default_mappings()
- end,
- },
+ {
+ "leap.nvim",
+ event = "DeferredUIEnter",
+ load = function(name)
+ vim.cmd.packadd(name)
+ vim.cmd.packadd("flit.nvim")
+ -- vim.cmd.packadd("leap-spooky-nvim")
+ vim.cmd.packadd("telepath-nvim")
+ end,
+ after = function(_)
+ require("leap").create_default_mappings()
+ require("flit").setup()
+ -- require("leap-spooky").setup()
+ require("telepath").use_default_mappings()
+ end,
+ },
}