From b32f57d7d805c6f46df4c7790d658c48375c18a6 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sat, 29 Mar 2025 20:32:06 +0300 Subject: style: format all `.lua` files with Stylua --- lua/config/plugins/leap.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'lua/config/plugins/leap.lua') 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, + }, } -- cgit v1.2.3-70-g09d2