{"id":18290535,"url":"https://github.com/dcampos/ddc-snippy","last_synced_at":"2025-07-22T08:04:31.460Z","repository":{"id":66959513,"uuid":"426824763","full_name":"dcampos/ddc-snippy","owner":"dcampos","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-08T00:31:14.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T13:52:12.091Z","etag":null,"topics":["ddc-source","ddc-vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcampos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-11-11T00:47:57.000Z","updated_at":"2025-06-08T00:31:18.000Z","dependencies_parsed_at":"2023-11-13T01:26:24.197Z","dependency_job_id":"7bb5049a-84bf-4cc5-970b-1f7f1b9ee7a4","html_url":"https://github.com/dcampos/ddc-snippy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcampos/ddc-snippy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fddc-snippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fddc-snippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fddc-snippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fddc-snippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcampos","download_url":"https://codeload.github.com/dcampos/ddc-snippy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fddc-snippy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266454879,"owners_count":23931348,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ddc-source","ddc-vim"],"created_at":"2024-11-05T14:11:21.391Z","updated_at":"2025-07-22T08:04:31.431Z","avatar_url":"https://github.com/dcampos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddc-snippy\n\n[Snippy](https://github.com/dcampos/nvim-snippy) source for [ddc.vim](https://github.com/Shougo/ddc.vim)\n\n## Installation\n\nInstall using your favorite plugin manager.\n\n## Configuration\n\nEnable ddc-snippy:\n\n```lua\nvim.fn['ddc#custom#patch_global']('sources', { 'snippy' })\n```\n\nEnable expanding LSP snippets completed by [ddc-source-nvim-lsp](https://github.com/Shougo/ddc-source-nvim-lsp):\n\n```lua\nvim.fn['ddc#custom#patch_global']('sourceParams', {\n    ['nvim-lsp'] = {\n        snippetEngine = vim.fn['denops#callback#register'](function(body)\n            require('snippy').expand_snippet(body)\n        end),\n    }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fddc-snippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcampos%2Fddc-snippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fddc-snippy/lists"}