{"id":16890815,"url":"https://github.com/isruslan/vim-es6","last_synced_at":"2025-04-06T00:08:30.116Z","repository":{"id":27279390,"uuid":"30752687","full_name":"isRuslan/vim-es6","owner":"isRuslan","description":"List of JavaScript ES6 snippets and syntax highlighting for vim.","archived":false,"fork":false,"pushed_at":"2019-12-15T01:59:13.000Z","size":6763,"stargazers_count":465,"open_issues_count":9,"forks_count":18,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T22:11:18.026Z","etag":null,"topics":["es6","snippets","vim","vim-syntax","viml"],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=5230","language":"Vim script","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/isRuslan.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}},"created_at":"2015-02-13T10:58:36.000Z","updated_at":"2025-03-07T02:40:00.000Z","dependencies_parsed_at":"2022-07-25T17:22:13.061Z","dependency_job_id":null,"html_url":"https://github.com/isRuslan/vim-es6","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isRuslan%2Fvim-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isRuslan%2Fvim-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isRuslan%2Fvim-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isRuslan%2Fvim-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isRuslan","download_url":"https://codeload.github.com/isRuslan/vim-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"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":["es6","snippets","vim","vim-syntax","viml"],"created_at":"2024-10-13T17:04:31.542Z","updated_at":"2025-04-06T00:08:30.100Z","avatar_url":"https://github.com/isRuslan.png","language":"Vim script","readme":"![](http://i.imgur.com/lYbyBTe.png)\n\n\u003e Write JavaScript ES6 easily with vim.\n\n![](https://giant.gfycat.com/FluidFrailAmethystgemclam.gif)\n\n## Install\n\n\u003e You need [SnipMate](https://github.com/garbas/vim-snipmate) or [UltiSnips](https://github.com/SirVer/ultisnips) installed.\n\nTo install using [Vundle](https://github.com/gmarik/vundle):\n\n\t\" add this line to your .vimrc file\n\tPlugin 'isRuslan/vim-es6'\n\nTo install using pathogen.vim:\n\n\tcd ~/.vim/bundle\n\tgit clone https://github.com/isRuslan/vim-es6.git\n\nTo manual install [download](https://github.com/isRuslan/vim-es6/releases) zip file:\n\n\tcd ~/.vim\n\tunzip vim-es6.zip\n\n\nTo checkout the source from repository:\n\n\tcd ~/.vim/bundle\n\tgit clone https://github.com/isRuslan/vim-es6.git\n\n## Snippets list\n| Trigger  | Result  |\n| -------: | ------- |\n| `gfn→`   | `function* name (arg) { yield arg; }` |\n| `=\u003e→`    | `(arg) =\u003e { ... },` |\n| `class→` | `class name { constructor () { ...} }` |\n| `forof→` | `for (let value of arr) { ... }` |\n| `im→`    | `import lib from 'Library'` |\n| `ex→`    | `export default foo` |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisruslan%2Fvim-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisruslan%2Fvim-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisruslan%2Fvim-es6/lists"}