{"id":15310426,"url":"https://github.com/abernier/vim","last_synced_at":"2026-05-09T01:06:36.526Z","repository":{"id":141182160,"uuid":"338531660","full_name":"abernier/vim","owner":"abernier","description":"My portable vim packaged as a Docker image","archived":false,"fork":false,"pushed_at":"2021-10-24T08:26:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T03:14:39.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/abernier/vim","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abernier.png","metadata":{"files":{"readme":"README.md","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":"2021-02-13T08:39:09.000Z","updated_at":"2021-10-24T08:26:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1b4797f-da1e-4713-8b3b-ba115924b77d","html_url":"https://github.com/abernier/vim","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"52d4a19acf0670784532d91b1f6720466804a02e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abernier%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abernier%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abernier%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abernier%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abernier","download_url":"https://codeload.github.com/abernier/vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937740,"owners_count":20535124,"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-01T08:28:11.721Z","updated_at":"2026-05-09T01:06:31.507Z","avatar_url":"https://github.com/abernier.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/badge/%F0%9F%90%B3-abernier%2Fvim-%23179cec)](https://hub.docker.com/r/abernier/vim)\n\n```sh\n$ docker run --rm -it abernier/vim\n```\n\n# `vimm` alias\n\nIn your `~/.bash_profile`, add:\n\n```sh\nvimm() {\n  docker run --rm -it \\\n    -v $(pwd):/media/host \\\n    -w /media/host\n    abernier/vim $*\n}\n```\n\nthen:\n\n```sh\n$ vimm .\n```\n\nYou are now running container's vim.\n\nNB:\n- You host's current dir was mounted on container's `/media/host` folder.\n- container's working dir is now set to it.\n- Any `vimm` command parameters will be forwarded to image ENTRYPOINT `vim`, thanks to `$*`\n\n# Release\n\n```sh\n$ git submodule init\n$ docker build -t abernier/vim .\n$ docker push abernier/vim\n```\n\n## Updating plugins\n\n```sh\ngit submodule update --remote --merge\ngit commit\n```\n\n## Removing a plugin\n\n```sh\ngit submodule deinit .vim/pack/plugins/start/lightline\ngit commit\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabernier%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabernier%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabernier%2Fvim/lists"}