{"id":16535453,"url":"https://github.com/shougo/dpp-ext-toml","last_synced_at":"2025-10-28T11:32:14.377Z","repository":{"id":199880628,"uuid":"703989169","full_name":"Shougo/dpp-ext-toml","owner":"Shougo","description":"Toml ext for dpp.vim","archived":false,"fork":false,"pushed_at":"2025-01-19T01:37:22.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T15:04:41.252Z","etag":null,"topics":["dpp-exts","dpp-vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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:06:28.000Z","updated_at":"2025-01-19T01:37:23.000Z","dependencies_parsed_at":"2023-10-13T05:12:20.420Z","dependency_job_id":"ad3fcac1-b141-46c7-b54d-bd304bbb8379","html_url":"https://github.com/Shougo/dpp-ext-toml","commit_stats":null,"previous_names":["shougo/dpp-ext-toml"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-toml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-toml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-toml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-toml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shougo","download_url":"https://codeload.github.com/Shougo/dpp-ext-toml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238646401,"owners_count":19506999,"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.054Z","updated_at":"2025-10-28T11:32:14.054Z","avatar_url":"https://github.com/Shougo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpp-ext-toml\n\nThis ext implements toml 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 Toml = {\n  ftplugins?: Record\u003cstring, string\u003e;\n  hooks_file?: string;\n  multiple_plugins?: Plugin[] \u0026 {\n    plugins: string[];\n  };\n  plugins?: Plugin[];\n};\n\nconst [context, options] = await args.contextBuilder.get(args.denops);\n\nconst tomlPlugins = await args.dpp.extAction(\n  args.denops,\n  context,\n  options,\n  \"toml\",\n  \"load\",\n  {\n    path: \"$BASE_DIR/dpplazy.toml\",\n    options: {\n      lazy: true,\n    },\n  },\n) as Toml | undefined;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-toml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshougo%2Fdpp-ext-toml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-toml/lists"}