{"id":16560798,"url":"https://github.com/bjagg/vim-config","last_synced_at":"2026-03-18T20:31:42.921Z","repository":{"id":82301247,"uuid":"62593604","full_name":"bjagg/vim-config","owner":"bjagg","description":"VIM configuration with bundles as submodules","archived":false,"fork":false,"pushed_at":"2022-12-28T00:43:35.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T04:25:52.803Z","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/bjagg.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-04T23:57:56.000Z","updated_at":"2022-12-28T00:43:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a83c048e-d846-40f0-86e2-7c9d7fea092f","html_url":"https://github.com/bjagg/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bjagg/vim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjagg%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjagg%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjagg%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjagg%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjagg","download_url":"https://codeload.github.com/bjagg/vim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjagg%2Fvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30318387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-10-11T20:30:01.198Z","updated_at":"2026-03-10T00:31:25.837Z","avatar_url":"https://github.com/bjagg.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIM configuration for writing and development.\n\n## Set Up\n\nInstallation:\n\n    git clone git@github.com:bjagg/vim-config.git ~/.vim\n\nCreate Symlinks:\n\n    ln -s ~/.vim/vimrc ~/.vimrc\n\nSwitch to `~/.vim` directory and fetch submodules:\n\n    cd ~/.vim\n    git submodule update --init\n\n## Adding A Plugin\nTo add plugin bundles, use Git submodule add:\n\n    cd ~/.vim\n    git submodule add git@github.com:[user]/[plugin-project-name].git\n\n\n## Updating Plugins\nGit submodules are not updated automatically to allow for controlled updates.\nGit requires an explicit pull for each submodule:\n\n    cd ~/.vim\n    git submodule foreach git pull\n    git add bundle\n    git commit -m \"Update all plugins in bundle\"\n    git push origin master\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjagg%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjagg%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjagg%2Fvim-config/lists"}