mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 01:09:56 +08:00
docs(readme): update readme
This commit is contained in:
parent
c4a7b0f7c1
commit
b6ccf093cd
35
README.md
35
README.md
@ -1,29 +1,26 @@
|
|||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<a href="https://github.com/SpaceVim/SpaceVim#readme">
|
<a href="https://spacevim.org">
|
||||||
<img src="https://spacevim.org/logo.png" width="440" alt="SpaceVim"/>
|
<img src="https://spacevim.org/logo.png" width="440" alt="SpaceVim"/>
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
[Quick Start Guide](https://spacevim.org/quick-start-guide/) \|
|
[](https://app.element.io/#/room/#spacevim:matrix.org)
|
||||||
[FAQ](https://spacevim.org/faq/)
|
[](https://t.me/SpaceVim/)
|
||||||
|
[](https://twitter.com/SpaceVim)
|
||||||
|
[](development/#license)
|
||||||
|
[](https://www.reddit.com/r/SpaceVim/)
|
||||||
|
|
||||||
[](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster)
|

|
||||||
[](https://codecov.io/gh/SpaceVim/SpaceVim)
|
|
||||||
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
|
||||||
[](https://hub.docker.com/r/spacevim/spacevim)
|
|
||||||
|
|
||||||
SpaceVim is a (neo)vim configuration inspired by spacemacs.
|
SpaceVim is a modular configuration of Vim and Neovim.
|
||||||
|
It's inspired by spacemacs. It manages collections of plugins in layers,
|
||||||
|
which help to collect related packages together to provide features.
|
||||||
|
This approach helps keep the configuration organized and reduces
|
||||||
|
overhead for the user by keeping them from having to think about
|
||||||
|
what packages to install.
|
||||||
|
|
||||||
## Features
|
- [Quick start guide](https://spacevim.org/quick-start-guide/): installation, configuration, and learning resources for SpaceVim
|
||||||
|
- [Documentation](https://spacevim.org/documentation/): the primary official documentation of SpaceVim
|
||||||
- **Modularization:** plugins and functions are organized in [layers](https://spacevim.org/layers/).
|
- [Available layers](https://spacevim.org/layers/): a list of available layers which can be used in SpaceVim
|
||||||
- **Compatible api:** a series of [compatible APIs](https://spacevim.org/api/) for Vim/Neovim.
|
|
||||||
- **Great documentation:** online [documentation](https://spacevim.org/documentation/) and `:h SpaceVim`.
|
|
||||||
- **Better experience:** [Use lua to implement core plugins](https://spacevim.org/use-lua-to-reimplement-core-plugins/)
|
|
||||||
- **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
|
|
||||||
|
|
||||||
<!-- vim:set nowrap: -->
|
<!-- vim:set nowrap: -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user