fix: lazy loading

This commit is contained in:
2026-04-25 23:02:56 +02:00
parent 26e9593aab
commit 3cbfe566e4
5 changed files with 51 additions and 95 deletions
@@ -4,6 +4,7 @@ require("lz.n").load({
},
{
"luasnip",
event = { "InsertEnter", "CmdlineEnter" },
before = function()
require("lz.n").trigger_load("friendly-snippets")
end,
@@ -15,6 +16,7 @@ require("lz.n").load({
},
{
"colorful-menu.nvim",
event = { "InsertEnter", "CmdlineEnter" },
after = function()
require("colorful-menu").setup({})
end,
@@ -101,4 +103,3 @@ require("lz.n").load({
end,
},
})