{"id":20687739,"url":"https://github.com/klauer/epics-ultisnips","last_synced_at":"2026-05-29T12:02:03.365Z","repository":{"id":72187082,"uuid":"295256808","full_name":"klauer/epics-ultisnips","owner":"klauer","description":"neovim/vim UltiSnips for EPICS-related tasks","archived":false,"fork":false,"pushed_at":"2021-03-19T20:40:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T23:58:33.364Z","etag":null,"topics":["epics","epics-ultisnips","snippets","ultisnips","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Snippet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-09-13T23:34:37.000Z","updated_at":"2021-03-19T20:40:22.000Z","dependencies_parsed_at":"2023-05-31T06:45:47.367Z","dependency_job_id":null,"html_url":"https://github.com/klauer/epics-ultisnips","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klauer/epics-ultisnips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fepics-ultisnips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fepics-ultisnips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fepics-ultisnips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fepics-ultisnips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klauer","download_url":"https://codeload.github.com/klauer/epics-ultisnips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fepics-ultisnips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["epics","epics-ultisnips","snippets","ultisnips","vim"],"created_at":"2024-11-16T22:58:07.787Z","updated_at":"2026-05-29T12:02:03.335Z","avatar_url":"https://github.com/klauer.png","language":"Vim Snippet","funding_links":[],"categories":[],"sub_categories":[],"readme":"## EPICS UltiSnips\n\n### VSCode-converted Snippets\n\nMost are auto-converted from these handy VSCode snippets:\nhttps://github.com/NSenaud/vscode-epics\n\n* database and template files (.db and .template)\n* substitutions files (.substitutions, .sub, and .subs)\n* startup files (.cmd and .iocsh)\n* C source code\n* streamdevice prototype files (.proto)\n* SNL files (over charge of your .c extension)\n* we-test (scenario and suite)\n\n### Additional snippets\n\n* caproto PVGroup-related snippets\n\n## (neo)vim Installation\n\nBy way of [vim-plug](http://github.com/junegunn/vim-plug/):\n\n```\ncall plug#begin('~/.vim/plugged')\n\n\" Highlighting + filetype setting\nPlug 'NickeZ/epics.vim'\n\n\" Ultisnips + EPICS ultisnips\nPlug 'SirVer/ultisnips'\nPlug 'klauer/epics-ultisnips'\n\n\" Optionally grab useful snippets for other file types:\nPlug 'honza/vim-snippets'\n\ncall plug#end()\n\n\" Configure your expand trigger:\nlet g:UltiSnipsExpandTrigger=\"\u003cc-s\u003e\"\nlet g:UltiSnipsJumpForwardTrigger=\"\u003cc-j\u003e\"\nlet g:UltiSnipsJumpBackwardTrigger=\"\u003cc-k\u003e\"\n```\n\nThen\n\n```\n$ vim test.db\nrecord.ai\u003cc-s\u003e\n```\n\nExpands to this, where you can use the forward/backward mappings\n(``\u003cc-j\u003e/\u003cc-k\u003e`` above) to change the individual fields:\n\n```\nrecord(ai, \"record_name\") {\n    field(DESC, \"description\")\n    field(DTYP, \"Soft Channel stream\")\n    field(SCAN, \".1 second 1 second I/O Intr Event Passive\")\n    field(INP,  \"input link\")\n}\n```\n\n## See also\n\n* Syntax highlighting: https://github.com/NickeZ/epics.vim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fepics-ultisnips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklauer%2Fepics-ultisnips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fepics-ultisnips/lists"}