{"id":16535458,"url":"https://github.com/shougo/dpp-ext-lazy","last_synced_at":"2025-03-03T15:22:18.170Z","repository":{"id":199880559,"uuid":"703989429","full_name":"Shougo/dpp-ext-lazy","owner":"Shougo","description":"Lazy ext for dpp.vim","archived":false,"fork":false,"pushed_at":"2024-09-06T05:47:52.000Z","size":31,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T01:43:45.375Z","etag":null,"topics":["dpp-exts","dpp-vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shougo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-12T10:07:08.000Z","updated_at":"2024-10-13T13:16:22.000Z","dependencies_parsed_at":"2023-10-23T11:45:38.146Z","dependency_job_id":"c945642a-c365-4a27-a142-1ea28963c4f8","html_url":"https://github.com/Shougo/dpp-ext-lazy","commit_stats":null,"previous_names":["shougo/dpp-ext-lazy"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-lazy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-lazy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-lazy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-lazy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shougo","download_url":"https://codeload.github.com/Shougo/dpp-ext-lazy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241687041,"owners_count":20003159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dpp-exts","dpp-vim"],"created_at":"2024-10-11T18:27:33.278Z","updated_at":"2025-03-03T15:22:18.151Z","avatar_url":"https://github.com/Shougo.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpp-ext-lazy\n\nThis ext implements lazy loading.\n\n## Required\n\n### denops.vim\n\nhttps://github.com/vim-denops/denops.vim\n\n### dpp.vim\n\nhttps://github.com/Shougo/dpp.vim\n\n## Configuration\n\n```typescript\ntype LazyMakeStateResult = {\n  plugins: Plugin[];\n  stateLines: string[];\n};\n\nconst [context, options] = await args.contextBuilder.get(args.denops);\n\n// Get plugins from other exts\nconst plugins = ...\n\nconst lazyResult = await args.dpp.extAction(\n  args.denops,\n  context,\n  options,\n  \"lazy\",\n  \"makeState\",\n  {\n    plugins: Object.values(recordPlugins),\n  },\n) as LazyMakeStateResult | undefined;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-lazy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshougo%2Fdpp-ext-lazy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-lazy/lists"}