{"id":13896140,"url":"https://github.com/dcampos/cmp-snippy","last_synced_at":"2025-11-05T01:02:41.209Z","repository":{"id":45726433,"uuid":"400342432","full_name":"dcampos/cmp-snippy","owner":"dcampos","description":"nvim-snippy completion source for nvim-cmp.","archived":false,"fork":false,"pushed_at":"2023-10-12T01:44:31.000Z","size":4,"stargazers_count":51,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T02:41:29.444Z","etag":null,"topics":["nvim-cmp"],"latest_commit_sha":null,"homepage":"","language":"Lua","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}},"created_at":"2021-08-27T00:31:20.000Z","updated_at":"2025-02-28T22:26:57.000Z","dependencies_parsed_at":"2023-10-12T11:27:50.705Z","dependency_job_id":null,"html_url":"https://github.com/dcampos/cmp-snippy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-snippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-snippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-snippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-snippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcampos","download_url":"https://codeload.github.com/dcampos/cmp-snippy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247324365,"owners_count":20920627,"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":["nvim-cmp"],"created_at":"2024-08-06T18:02:41.319Z","updated_at":"2025-11-05T01:02:41.179Z","avatar_url":"https://github.com/dcampos.png","language":"Lua","readme":"# cmp-snippy\n\n[nvim-snippy][1] completion source for [nvim-cmp][2].\n\n[1]: https://github.com/dcampos/nvim-snippy\n[2]: https://github.com/hrsh7th/nvim-cmp\n\n## Setup\n\nInstall using your favorite plugin manager:\n\n```viml\nPlug 'dcampos/cmp-snippy'\n```\n\nEnable:\n\n```lua\nrequire 'cmp'.setup {\n  snippet = {\n    expand = function(args)\n      require 'snippy'.expand_snippet(args.body)\n    end\n  },\n\n  sources = {\n    { name = 'snippy' }\n  }\n}\n```\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fcmp-snippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcampos%2Fcmp-snippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fcmp-snippy/lists"}