优化懒加载触发机制

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

@ -7,6 +7,7 @@ local P = {
vim.api.nvim_create_autocmd({
"UIEnter", -- vim.schedule(function()
}, {
once = true,
callback = function()
vim.schedule(function()
PackUtils.load(P, function()