diff --git a/README.md b/README.md index 2bc31b5b2..82d4b63fc 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,20 @@

- + SpaceVim

-[Quick Start Guide](https://spacevim.org/quick-start-guide/) \| -[FAQ](https://spacevim.org/faq/) -[![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) -[![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim) -[![Release](https://img.shields.io/badge/Release-2.2.0-8700FF.svg)](https://spacevim.org/SpaceVim-release-v2.2.0/) -[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) +![Release](https://img.shields.io/badge/Release-2.2.0-8700FF.svg) +![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg) [![Docker Pulls](https://img.shields.io/docker/pulls/spacevim/spacevim)](https://hub.docker.com/r/spacevim/spacevim) SpaceVim is a (neo)vim configuration inspired by spacemacs. -## Features +## Feedback + +- english: [spacevim@googlegroups.com](mailto:spacevim@googlegroups.com) +- chinese: [spacevim-cn@googlegroups.com](mailto:spacevim-cn@googlegroups.com) -- **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. -- **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