{"id":15733110,"url":"https://github.com/airblade/vim-tag-closer","last_synced_at":"2026-03-01T08:31:16.478Z","repository":{"id":66514509,"uuid":"484400942","full_name":"airblade/vim-tag-closer","owner":"airblade","description":"A Vim plugin to close HTML tags on demand.","archived":false,"fork":false,"pushed_at":"2024-03-05T16:13:09.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T08:09:34.431Z","etag":null,"topics":["html","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/airblade.png","metadata":{"files":{"readme":"README.markdown","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":"2022-04-22T11:02:02.000Z","updated_at":"2024-03-05T16:13:14.000Z","dependencies_parsed_at":"2025-03-03T10:45:16.815Z","dependency_job_id":null,"html_url":"https://github.com/airblade/vim-tag-closer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/airblade/vim-tag-closer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-tag-closer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-tag-closer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-tag-closer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-tag-closer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airblade","download_url":"https://codeload.github.com/airblade/vim-tag-closer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-tag-closer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29965307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["html","neovim","vim"],"created_at":"2024-10-04T00:41:01.526Z","updated_at":"2026-03-01T08:31:16.455Z","avatar_url":"https://github.com/airblade.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-tag-closer\n\nA Vim plugin which closes HTML tags on demand.\n\nThere are quite a few tag-closing plugins already but they all close tags eagerly, i.e. they generate the closing tag at the same time as the opening tag.  I prefer to put in the closing tags when I get to where they should go.\n\nHaving said that, I don't want to actually type out each closing tag.  The computer can do that for me.\n\nIgnores [void elements](https://html.spec.whatwg.org/multipage/syntax.html#void-elements).\n\n\n### Installation\n\nInstall like every other Vim plugin :)\n\n\n### Usage\n\nAppend the appropriate closing tag at the cursor with:\n\n- Insert-mode: \u003ckbd\u003e\\\u003cC-G\u003e/\u003c/kbd\u003e\n- Normal-mode: \u003ckbd\u003eg/\u003c/kbd\u003e\n\n\n### Settings\n\n* `g:tag_closer_enable_default_keymaps` (bool, default: `1`)\n\n  Set to `0` to disable the default keymaps. In this case, you will need to create your own keymaps.\n\n\n### Intellectual property\n\nCopyright 2022 Andrew Stewart.  Released under the MIT licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairblade%2Fvim-tag-closer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairblade%2Fvim-tag-closer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairblade%2Fvim-tag-closer/lists"}