{"id":15656699,"url":"https://github.com/jaisonerick/vim-ginkgo-runner","last_synced_at":"2026-03-08T12:35:48.140Z","repository":{"id":88161842,"uuid":"43380057","full_name":"jaisonerick/vim-ginkgo-runner","owner":"jaisonerick","description":"A simple ginkgo tests runner.","archived":false,"fork":false,"pushed_at":"2015-09-29T16:52:44.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T18:53:32.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","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/jaisonerick.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":"2015-09-29T16:35:56.000Z","updated_at":"2017-12-04T18:24:52.000Z","dependencies_parsed_at":"2023-03-07T15:31:02.228Z","dependency_job_id":null,"html_url":"https://github.com/jaisonerick/vim-ginkgo-runner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaisonerick%2Fvim-ginkgo-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaisonerick%2Fvim-ginkgo-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaisonerick%2Fvim-ginkgo-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaisonerick%2Fvim-ginkgo-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaisonerick","download_url":"https://codeload.github.com/jaisonerick/vim-ginkgo-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242164926,"owners_count":20082393,"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":[],"created_at":"2024-10-03T13:03:58.172Z","updated_at":"2026-03-08T12:35:48.103Z","avatar_url":"https://github.com/jaisonerick.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Ginkgo Runner\n\nGinkgo test runner for Vim (with focus support).\n\n## Installation\n\nInstall via [vundle](https://github.com/gmarik/vundle):\n\n    Plugin 'jaisonerick/vim-ginkgo-runner'\n\n## Configuration\n\n### Key mappings\n\nAdd your key mappings to `.vimrc`:\n\n    map \u003cLeader\u003et :call RunCurrentGinkgoFile()\u003cCR\u003e\n    map \u003cLeader\u003es :call RunNearestGinkgo()\u003cCR\u003e\n    map \u003cLeader\u003el :call RunLastGinkgo()\u003cCR\u003e\n    map \u003cLeader\u003ea :call RunAllGinkgo()\u003cCR\u003e\n\n### Custom command\n\nOverwrite the `g:ginkgo_command` variable to execute a custom command. I use it\ntogether with the\n[vim-tmux-runner](https://github.com/christoomey/vim-tmux-runner) plugin to run\nthe tests on a separate TMux split.\n\nExample:\n\n    let g:ginkgo_command = \"call VtrSendCommand('ginkgo {spec}')\"\n\n## Credits\n\nThis plugin is strongly based on https://github.com/thoughtbot/vim-rspec.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaisonerick%2Fvim-ginkgo-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaisonerick%2Fvim-ginkgo-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaisonerick%2Fvim-ginkgo-runner/lists"}