{"id":20230995,"url":"https://github.com/bewaremypower/vim-dev-env","last_synced_at":"2026-02-16T16:39:12.552Z","repository":{"id":109020757,"uuid":"480060790","full_name":"BewareMyPower/vim-dev-env","owner":"BewareMyPower","description":"The development environment based on Vim editor.","archived":false,"fork":false,"pushed_at":"2022-10-31T10:43:56.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T18:34:27.967Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BewareMyPower.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":"2022-04-10T15:36:17.000Z","updated_at":"2022-10-14T11:39:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"60eb64ef-a4ab-44fb-861b-d2c224a48da1","html_url":"https://github.com/BewareMyPower/vim-dev-env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BewareMyPower/vim-dev-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fvim-dev-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fvim-dev-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fvim-dev-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fvim-dev-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BewareMyPower","download_url":"https://codeload.github.com/BewareMyPower/vim-dev-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BewareMyPower%2Fvim-dev-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29513280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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-11-14T07:44:45.582Z","updated_at":"2026-02-16T16:39:12.536Z","avatar_url":"https://github.com/BewareMyPower.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-dev-env\n\nThe development environment based on Vim editor.\n\n## Install on Ubuntu\n\nYou only need to run `./install.sh`.\n\n\u003e **NOTE**\n\u003e\n\u003e On Ubuntu 18.04, you might need to import some special paths in `.ccls` file, see [.ccls-ubuntu-18.04](./.ccls-ubuntu-18.04).\n\n## Proxy\n\nSince GitHub and apt source are blocked in some particular areas, if you have a proxy, you can configure the environment variable `PROXY` before running `install.sh`.\n\nFor example, my Ubuntu runs in [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) and there is a proxy that listens on 10808 port. Here are how I configured the `PROXY` variable:\n\n```bash\n# Inside WSL2, run `ipconfig` on Windows to see the actual IP in your env\nexport PROXY=socks5://172.30.80.1:10808\n```\n\n```bash\n# Inside a ubuntu:20.04 docker container\nexport PROXY=socks5://host.docker.internal:10808\n```\n\nYou might need to configure a separate proxy for `apt` because it uses `socks5h` instead of `socks5` as the scheme, e.g.\n\n```bash\nexport APT_PROXY=socks5h://172.30.80.1:10808\n```\n\n\u003e **NOTE**\n\u003e\n\u003e For WSL2, copy `./.bash_profile` to your home directory to have all proxies configured. Assuming the proxy port is 10808 and proxy is socks5 proxy.\n\n## Docker image set up\n\nYou can also set up the development environment in a Docker image. Here are the instructions to build a Ubuntu-based image with Vim and the plugins installed.  \n\n### Build the image\n\n```bash\ndocker build -t ubuntu-18.04-vim-dev .\n```\n\n### Example\n\nAfter building the image successfully, you can edit [the C++ example file](./example.cc) when starting the container.\n\n```bash\ndocker run -it ubuntu-18.04-vim-dev /bin/bash -c \"vim main.cc\"\n```\n\n\u003cimg alt=\"Gif\" src=\"https://s3.bmp.ovh/imgs/2022/04/10/692be8b625fe0eac.gif\" width=\"60%\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewaremypower%2Fvim-dev-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbewaremypower%2Fvim-dev-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewaremypower%2Fvim-dev-env/lists"}