diff options
| author | 2025-03-29 20:32:06 +0300 | |
|---|---|---|
| committer | 2025-03-29 20:32:06 +0300 | |
| commit | b32f57d7d805c6f46df4c7790d658c48375c18a6 (patch) | |
| tree | f5764ddf850b9e9e07e25eb104d6d055d8397f6a /lua/config/plugins/leap.lua | |
| parent | feat: add `stylua` as Lua formatter (diff) | |
| download | neovim-configuration-b32f57d7d805c6f46df4c7790d658c48375c18a6.tar.gz neovim-configuration-b32f57d7d805c6f46df4c7790d658c48375c18a6.tar.bz2 neovim-configuration-b32f57d7d805c6f46df4c7790d658c48375c18a6.tar.lz neovim-configuration-b32f57d7d805c6f46df4c7790d658c48375c18a6.tar.xz neovim-configuration-b32f57d7d805c6f46df4c7790d658c48375c18a6.tar.zst neovim-configuration-b32f57d7d805c6f46df4c7790d658c48375c18a6.zip | |
style: format all `.lua` files with Stylua
Diffstat (limited to 'lua/config/plugins/leap.lua')
| -rw-r--r-- | lua/config/plugins/leap.lua | 32 |
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, + }, } |
