summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-03-06 17:12:12 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-03-06 18:20:50 +0300
commit51ef84a17984d7cefce787fdf834734f655f53d4 (patch)
tree64b8f666b859f70c7630fdcc1a81a220dae57402
parentfeat: add `treesitter` (diff)
downloadneovim-configuration-51ef84a17984d7cefce787fdf834734f655f53d4.tar.gz
neovim-configuration-51ef84a17984d7cefce787fdf834734f655f53d4.tar.bz2
neovim-configuration-51ef84a17984d7cefce787fdf834734f655f53d4.tar.lz
neovim-configuration-51ef84a17984d7cefce787fdf834734f655f53d4.tar.xz
neovim-configuration-51ef84a17984d7cefce787fdf834734f655f53d4.tar.zst
neovim-configuration-51ef84a17984d7cefce787fdf834734f655f53d4.zip
fix: lazy loading of `leap`
Diffstat (limited to '')
-rw-r--r--lua/config/plugins/leap.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/plugins/leap.lua b/lua/config/plugins/leap.lua
index 8048d61..2a7be2d 100644
--- a/lua/config/plugins/leap.lua
+++ b/lua/config/plugins/leap.lua
@@ -1,6 +1,7 @@
return {
{
"leap.nvim",
+ event = "DeferredUIEnter",
load = function(name)
vim.cmd.packadd(name)
vim.cmd.packadd("flit.nvim")