{"id":24719137,"url":"https://github.com/wsdjeg/spacevim","last_synced_at":"2025-03-10T17:28:11.381Z","repository":{"id":37677532,"uuid":"77358263","full_name":"wsdjeg/SpaceVim","owner":"wsdjeg","description":"A modular configuration of Vim and Neovim","archived":false,"fork":false,"pushed_at":"2025-01-14T17:24:50.000Z","size":70804,"stargazers_count":20362,"open_issues_count":17,"forks_count":1414,"subscribers_count":305,"default_branch":"master","last_synced_at":"2025-01-27T08:16:22.064Z","etag":null,"topics":["neovim","neovim-plugin","spacevim","vim","vim-plugin","vimrc"],"latest_commit_sha":null,"homepage":"https://spacevim.org/","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wsdjeg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://spacevim.org/sponsors/"}},"created_at":"2016-12-26T04:40:55.000Z","updated_at":"2025-01-26T19:43:25.000Z","dependencies_parsed_at":"2025-01-27T08:26:34.054Z","dependency_job_id":null,"html_url":"https://github.com/wsdjeg/SpaceVim","commit_stats":{"total_commits":6124,"total_committers":363,"mean_commits":16.87052341597796,"dds":"0.45754408883082953","last_synced_commit":"24ca491c539f19fee4822abeb55a23d68aaf0621"},"previous_names":["wsdjeg/spacevim"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdjeg%2FSpaceVim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdjeg%2FSpaceVim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdjeg%2FSpaceVim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdjeg%2FSpaceVim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wsdjeg","download_url":"https://codeload.github.com/wsdjeg/SpaceVim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242891748,"owners_count":20202396,"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":["neovim","neovim-plugin","spacevim","vim","vim-plugin","vimrc"],"created_at":"2025-01-27T11:16:50.745Z","updated_at":"2025-03-10T17:28:11.359Z","avatar_url":"https://github.com/wsdjeg.png","language":"Vim Script","readme":"\u003ch1 align=\"center\"\u003e\n\u003ca href=\"https://spacevim.org\"\u003e\n  \u003cimg src=\"https://spacevim.org/logo.png\" width=\"440\" alt=\"SpaceVim\"/\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n[Quick Start Guide](https://spacevim.org/quick-start-guide/) \\|\n[Chat](https://chat.mozilla.org/#/room/#spacevim:matrix.org) \\|\n[Documentation](https://spacevim.org/documentation/) \\|\n[Layers](https://spacevim.org/layers/)\n\n[![build](https://img.shields.io/github/actions/workflow/status/SpaceVim/SpaceVim/check.yml?branch=master)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)\n[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)\n[![Release](https://img.shields.io/badge/Release-2.4.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.4.0/)\n[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)\n\n![work-flow](https://img.spacevim.org/workflow.png)\n\n\nSpaceVim is a modular configuration of Vim and Neovim.\nIt's inspired by spacemacs. It manages collections of plugins in layers,\nwhich help to collect related packages together to provide features.\nThis approach helps keep the configuration organized and reduces\noverhead for the user by keeping them from having to think about\nwhat packages to install.\n\n## Features\n\n- **Modularization:** plugins and functions are organized in [layers](https://spacevim.org/layers/).\n- **Compatible api:** a series of [compatible APIs](https://spacevim.org/api/) for Vim/Neovim.\n- **Great documentation:** online [documentation](https://spacevim.org/documentation/) and `:h SpaceVim`.\n- **Better experience:** rewrite core plugins using lua\n- **Beautiful UI:** you'll love the awesome UI and its useful features.\n- **Mnemonic key bindings:** key binding guide will be displayed automatically\n- **Fast boot time:** Lazy-load 90% of plugins with [dein.vim](https://github.com/Shougo/dein.vim)\n- **Lower the risk of RSI:** by heavily using the space bar instead of modifiers.\n- **Consistent experience:** consistent experience between terminal and gui\n\n\n## Project Layout\n\n```txt\n├─ .ci/                           build automation\n├─ .github/                       issue/PR templates\n├─ .SpaceVim.d/                   project specific configuration\n├─ after/                         overrule or add to the distributed defaults\n├─ autoload/SpaceVim.vim          SpaceVim core file\n├─ autoload/SpaceVim/api/         Public APIs\n├─ autoload/SpaceVim/layers/      available layers\n├─ autoload/SpaceVim/plugins/     builtin plugins\n├─ autoload/SpaceVim/mapping/     mapping guide\n├─ colors/                        default colorscheme\n├─ docker/                        docker image generator\n├─ bundle/                        bundle plugins\n├─ lua/spacevim/plugin            builtin plugins(lua)\n├─ doc/                           help(cn/en)\n├─ docs/                          website(cn/en)\n├─ wiki/                          wiki(cn/en)\n├─ bin/                           executable\n└─ test/                          tests\n```\n\n## Contribute\n\nThis project wouldn't exist without all the people who contributed,\nWe are thankful for any contributions from the community.\n\n\u003ca href=\"https://github.com/SpaceVim/SpaceVim/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/spacevim/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n## Credits\n\n- [Hack-SpaceVim](https://github.com/Gabirel/Hack-SpaceVim) by [@Gabirel](https://github.com/Gabirel)\n- [SpaceVimTutorial](https://everettjf.gitbooks.io/spacevimtutorial/content/) by [@everettjf](https://github.com/everettjf)\n- [10-minutes-to-SpaceVim](https://github.com/Jackiexiao/10-minutes-to-SpaceVim) by [@Jackiexiao](https://github.com/Jackiexiao)\n- [A First Look At SpaceVim](https://www.youtube.com/watch?v=iXPS_NHLj9k) by [@DistroTube](https://www.youtube.com/channel/UCVls1GmFKf6WlTraIb_IaJg)\n- [Getting Started With SpaceVim](https://www.youtube.com/watch?v=3xB501CJDB8) by [FOSS King](https://www.youtube.com/channel/UCfU_sitghekwveLh6yM_xuA)\n- [vimdoc](https://github.com/google/vimdoc): Vim help file generator\n- [spacemacs](https://www.spacemacs.org/): A community-driven Emacs distribution\n- Authors of all the plugins used in SpaceVim.\n\n\u003c!-- vim:set nowrap: --\u003e\n","funding_links":["https://spacevim.org/sponsors/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdjeg%2Fspacevim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsdjeg%2Fspacevim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdjeg%2Fspacevim/lists"}