优化懒加载触发机制

This commit is contained in:
captain 2026-05-07 17:04:26 +08:00
parent ee08df6765
commit 1cb5843449
11 changed files with 94 additions and 63 deletions

View file

@ -39,6 +39,8 @@
"\t-- \"VimEnter\", -- 核心初始化完成",
"\t-- \"UIEnter\", -- vim.schedule(function()",
"}, {",
"\tonce = true,",
"\t-- group = vim.api.nvim_create_augroup(\"<++>\", { clear = true }),",
"\tcallback = function()",
"\t\tPackUtils.load(P, function()",
"\t\t\t$7",