{"id":17125113,"url":"https://github.com/yuki-yano/vim-textobj-generics","last_synced_at":"2026-03-18T23:31:14.492Z","repository":{"id":65258921,"uuid":"589093697","full_name":"yuki-yano/vim-textobj-generics","owner":"yuki-yano","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-15T03:51:12.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T20:45:54.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yuki-yano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-15T02:54:45.000Z","updated_at":"2023-07-11T07:46:06.000Z","dependencies_parsed_at":"2023-01-16T00:15:38.518Z","dependency_job_id":null,"html_url":"https://github.com/yuki-yano/vim-textobj-generics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuki-yano/vim-textobj-generics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-yano%2Fvim-textobj-generics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-yano%2Fvim-textobj-generics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-yano%2Fvim-textobj-generics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-yano%2Fvim-textobj-generics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuki-yano","download_url":"https://codeload.github.com/yuki-yano/vim-textobj-generics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-yano%2Fvim-textobj-generics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29453409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":[],"created_at":"2024-10-14T18:44:09.788Z","updated_at":"2026-02-14T19:31:54.512Z","avatar_url":"https://github.com/yuki-yano.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-textobj-generics\n\nProvides a textobj that handles generics.\n\nThis plugin depends on [vim-textobj-functioncall](https://github.com/machakann/vim-textobj-functioncall).\n\n## Usage\n\n```vim\n\" if disable default key mapping\nlet g:textobj_generics_no_default_key_mappings = v:true\n\n\" with vim-sandwich\nonoremap \u003csilent\u003e ig \u003cPlug\u003e(textobj-generics-innerparen-i)\nonoremap \u003csilent\u003e ag \u003cPlug\u003e(textobj-generics-i)\nlet g:sandwich#recipes += [\n\\ {\n\\   'buns': ['textobj#generics#input_generics()', '\"\u003e\"'],\n\\   'expr': 1,\n\\   'cursor': 'inner_tail',\n\\   'kind': ['add', 'replace'],\n\\   'action': ['add'],\n\\   'input': ['g']\n\\ },\n\\ {\n\\   'external': ['i\u003c', \"\\\u003cPlug\u003e(textobj-generics-a)\"],\n\\   'noremap': 0,\n\\   'kind': ['delete', 'replace', 'query'],\n\\   'input': ['g']\n\\ },\n\\ ]\n```\n\nSee: [sandwich, textobjでGenericsを扱う](https://scrapbox.io/vim-jp/sandwich,_textobj%E3%81%A7Generics%E3%82%92%E6%89%B1%E3%81%86)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuki-yano%2Fvim-textobj-generics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuki-yano%2Fvim-textobj-generics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuki-yano%2Fvim-textobj-generics/lists"}