{"id":13476931,"url":"https://github.com/epilande/vim-es2015-snippets","last_synced_at":"2025-10-29T01:09:24.095Z","repository":{"id":85574469,"uuid":"70527525","full_name":"epilande/vim-es2015-snippets","owner":"epilande","description":":scissors: ES2015 code snippets for vim","archived":false,"fork":false,"pushed_at":"2017-06-01T05:43:59.000Z","size":2,"stargazers_count":37,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-27T13:51:47.002Z","etag":null,"topics":["es2015","es6","snippets","vim"],"latest_commit_sha":null,"homepage":null,"language":null,"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/epilande.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}},"created_at":"2016-10-10T20:48:01.000Z","updated_at":"2024-07-01T08:24:01.000Z","dependencies_parsed_at":"2024-01-16T06:15:45.709Z","dependency_job_id":null,"html_url":"https://github.com/epilande/vim-es2015-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epilande/vim-es2015-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilande%2Fvim-es2015-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilande%2Fvim-es2015-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilande%2Fvim-es2015-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilande%2Fvim-es2015-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epilande","download_url":"https://codeload.github.com/epilande/vim-es2015-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilande%2Fvim-es2015-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281539643,"owners_count":26518882,"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-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["es2015","es6","snippets","vim"],"created_at":"2024-07-31T16:01:36.323Z","updated_at":"2025-10-29T01:09:24.066Z","avatar_url":"https://github.com/epilande.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Vim ES2015 Snippets\n\nA Vim snippet library for ES2015. You may also want to check out [vim-react-snippets](https://github.com/epilande/vim-react-snippets).\n\nRequires [UltiSnips](https://github.com/SirVer/ultisnips).\n\n![vim-es2015-snippets](http://i.imgur.com/7EnLr1m.gif)\n\n## Installation\n\nUsing vim-plug:\n\n```vim\n\" ES2015 code snippets\nPlug 'epilande/vim-es2015-snippets'\n\n\" React code snippets (Optional)\nPlug 'epilande/vim-react-snippets'\n\n\" Ultisnips\nPlug 'SirVer/ultisnips'\n\n\" Trigger configuration (Optional)\n\" let g:UltiSnipsExpandTrigger=\"\u003cC-l\u003e\"\n```\n\n## Usage\nIn a JavaScript or JSX file, type a trigger name while in Insert mode, then press Ultisnips trigger key. In my case I have it mapped to `\u003cC-l\u003e`.\n\nIn Insert mode\n\n```javascript\nc=\u003e\u003cC-l\u003e\n```\n\nWill expand to\n\n```javascript\nconst name = (args) =\u003e {\n  return ;\n};\n```\n\nCheck out [`UltiSnips/javascript.snippets`](UltiSnips/javascript.snippets) to see all snippets.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepilande%2Fvim-es2015-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepilande%2Fvim-es2015-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepilande%2Fvim-es2015-snippets/lists"}