{"id":31964563,"url":"https://github.com/mengke-mk/vim-conf","last_synced_at":"2025-10-14T17:33:34.683Z","repository":{"id":94868019,"uuid":"63866135","full_name":"mengke-mk/vim-conf","owner":"mengke-mk","description":"An out-of-box vim-dev image.","archived":false,"fork":false,"pushed_at":"2024-09-03T01:35:56.000Z","size":78,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T19:14:51.816Z","etag":null,"topics":["dockerfile","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/mengke-mk.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":"2016-07-21T12:08:36.000Z","updated_at":"2024-09-03T01:35:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2ef9bd8-67a0-4eba-b158-14e15600ecc2","html_url":"https://github.com/mengke-mk/vim-conf","commit_stats":null,"previous_names":["mengke-mk/vim-conf","septicmk/vim-conf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mengke-mk/vim-conf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengke-mk%2Fvim-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengke-mk%2Fvim-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengke-mk%2Fvim-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengke-mk%2Fvim-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mengke-mk","download_url":"https://codeload.github.com/mengke-mk/vim-conf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengke-mk%2Fvim-conf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020074,"owners_count":26086806,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["dockerfile","neovim","vim"],"created_at":"2025-10-14T17:33:32.786Z","updated_at":"2025-10-14T17:33:34.674Z","avatar_url":"https://github.com/mengke-mk.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nThis is an out-of-the-box `nvim-dev` image (~1 min to build), contains almost everything you need like LSP-client (coc), LSP-server (ccls), file navigation (nvim-tree), search (greprip, telescope), copilot, git-integration, and other fancy stuffs. \nWe also maintain a single-file high-quality version in pure Lua to continuously integrate the ever-evolving nvim plugins `init.lua`.\n\n## Usage\n\nTo build this `nvim-dev` image:\n\n```\n docker build -t nvim-dev:latest -f vim.Dockerfile  .\n```\n\nThen create a development environment to code, build, and run:\n\n```\ndocker run -itd --shm-size=16384m \\\n      -v \u003cyour codebase\u003e:\u003ccodebase mapping e.g.:/mnt/project\u003e \\\n      --cap-add=SYS_PTRACE --security-opt seccomp=unconfined \\\n      nvim-dev:latest \\\n      /bin/bash\n```\n\nAnd attach to your `nvim-dev`:\n\n```\ndocker exec -it -e \"TERM=screen-256color\" \u003cyour container ID\u003e /bin/bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmengke-mk%2Fvim-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmengke-mk%2Fvim-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmengke-mk%2Fvim-conf/lists"}