mirror of
https://github.com/cap153/nvim.git
synced 2026-07-16 22:16:54 +08:00
优化懒加载触发机制
This commit is contained in:
parent
ee08df6765
commit
1cb5843449
11 changed files with 94 additions and 63 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue