{"id":38054990,"url":"https://github.com/porada/action-setup-vim-plug","last_synced_at":"2026-01-28T01:14:40.216Z","repository":{"id":332386991,"uuid":"1133590222","full_name":"porada/action-setup-vim-plug","owner":"porada","description":"Set up vim-plug in a GitHub Actions workflow","archived":false,"fork":false,"pushed_at":"2026-01-15T18:17:46.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T06:11:28.806Z","etag":null,"topics":["github-actions","vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/porada.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-13T14:57:28.000Z","updated_at":"2026-01-15T18:17:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/porada/action-setup-vim-plug","commit_stats":null,"previous_names":["porada/action-setup-vim-plug"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/porada/action-setup-vim-plug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porada%2Faction-setup-vim-plug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porada%2Faction-setup-vim-plug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porada%2Faction-setup-vim-plug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porada%2Faction-setup-vim-plug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/porada","download_url":"https://codeload.github.com/porada/action-setup-vim-plug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porada%2Faction-setup-vim-plug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["github-actions","vim"],"created_at":"2026-01-16T20:23:10.871Z","updated_at":"2026-01-28T01:14:40.211Z","avatar_url":"https://github.com/porada.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/badge/action-v1-informational)](https://github.com/porada/action-setup-vim-plug)\n[![](https://img.shields.io/github/actions/workflow/status/porada/action-setup-vim-plug/test.yaml)](https://github.com/porada/action-setup-vim-plug/actions/workflows/test.yaml)\n\n# action-setup-vim-plug\n\nSet up [**vim-plug**](https://github.com/junegunn/vim-plug) in a GitHub Actions workflow.\n\n## Usage\n\n```yaml\n- uses: porada/action-setup-vim-plug@v1\n- run: |\n    vim -es \\\n      +\"call plug#begin()\" \\\n      +\"Plug 'tpope/vim-sensible'\" \\\n      +\"Plug 'tpope/vim-surround'\" \\\n      +\"call plug#end()\" \\\n      +\"PlugInstall --sync\" \\\n      +\"qall!\"\n```\n\n### Prerequisites\n\nThis action doesn’t install Vim, so make sure it’s available beforehand.\n\n```yaml\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: rhysd/action-setup-vim@v1\n      - uses: porada/action-setup-vim-plug@v1\n```\n\n\u003e [!CAUTION]\n\u003e Most `Plug*` commands rely on Vim’s GUI features and may fail in CI unless a headless Vim build is used.\n\n## Inputs\n\n### autoload-dir\n\nCustom installation path for `plug.vim`. Necessary when using Neovim.\n\n```yaml\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: rhysd/action-setup-vim@v1\n        with:\n          neovim: true\n      - uses: porada/action-setup-vim-plug@v1\n        with:\n          autoload-dir: $HOME/.local/share/nvim/site/autoload\n```\n\n## License\n\nMIT © [Dom Porada](https://dom.engineering)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporada%2Faction-setup-vim-plug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fporada%2Faction-setup-vim-plug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporada%2Faction-setup-vim-plug/lists"}