2022-06-06 23:27:11 +08:00
|
|
|
<h1 align="center">
|
2022-10-22 22:00:45 +08:00
|
|
|
<a href="https://github.com/SpaceVim/SpaceVim#readme">
|
|
|
|
<img src="https://spacevim.org/logo.png" width="440" alt="SpaceVim"/>
|
2022-06-06 23:27:11 +08:00
|
|
|
</a>
|
|
|
|
</h1>
|
2017-02-25 15:27:15 +08:00
|
|
|
|
2022-06-06 23:27:11 +08:00
|
|
|
[Quick Start Guide](https://spacevim.org/quick-start-guide/) \|
|
2023-09-05 23:54:46 +08:00
|
|
|
[FAQ](https://spacevim.org/faq/)
|
2017-01-10 00:27:52 +08:00
|
|
|
|
2023-02-19 20:15:28 +08:00
|
|
|
[![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)
|
2021-08-10 19:59:42 +08:00
|
|
|
[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim)
|
2023-07-05 11:50:23 +08:00
|
|
|
[![Release](https://img.shields.io/badge/Release-2.2.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.2.0/)
|
2021-06-06 15:16:47 +08:00
|
|
|
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
2022-05-23 22:12:46 +08:00
|
|
|
[![Docker Pulls](https://img.shields.io/docker/pulls/spacevim/spacevim)](https://hub.docker.com/r/spacevim/spacevim)
|
2017-02-05 10:03:28 +08:00
|
|
|
|
2023-09-06 19:03:58 +08:00
|
|
|
SpaceVim is a (neo)vim configuration inspired by spacemacs.
|
2017-05-30 15:27:03 +08:00
|
|
|
|
2022-10-22 22:00:45 +08:00
|
|
|
## Features
|
|
|
|
|
2022-10-22 23:43:36 +08:00
|
|
|
- **Modularization:** plugins and functions are organized in [layers](https://spacevim.org/layers/).
|
|
|
|
- **Compatible api:** a series of [compatible APIs](https://spacevim.org/api/) for Vim/Neovim.
|
2022-11-12 20:36:21 +08:00
|
|
|
- **Great documentation:** online [documentation](https://spacevim.org/documentation/) and `:h SpaceVim`.
|
2023-09-06 19:03:58 +08:00
|
|
|
- **Better experience:** [Use lua to implement core plugins](https://spacevim.org/use-lua-to-reimplement-core-plugins/)
|
2022-10-22 22:00:45 +08:00
|
|
|
- **Beautiful UI:** you'll love the awesome UI and its useful features.
|
|
|
|
- **Mnemonic key bindings:** key binding guide will be displayed automatically
|
|
|
|
- **Fast boot time:** Lazy-load 90% of plugins with [dein.vim](https://github.com/Shougo/dein.vim)
|
|
|
|
- **Lower the risk of RSI:** by heavily using the space bar instead of modifiers.
|
|
|
|
- **Consistent experience:** consistent experience between terminal and gui
|
|
|
|
|
2017-12-21 20:23:03 +08:00
|
|
|
<!-- vim:set nowrap: -->
|