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
|
|
@ -9,6 +9,7 @@ local P = {
|
|||
vim.api.nvim_create_autocmd({
|
||||
"FileType"
|
||||
}, {
|
||||
once = true,
|
||||
callback = function()
|
||||
PackUtils.load(P, function()
|
||||
-- 前往上下文开始处
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue