1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Update readme

This commit is contained in:
wsdjeg 2018-04-29 13:06:50 +08:00
parent 9b442ce94e
commit 492e05827b
2 changed files with 5 additions and 26 deletions

View File

@ -32,7 +32,6 @@ Here is a throughput graph of the repository for the last few weeks:
<!-- vim-markdown-toc GFM -->
- [New Features](#new-features)
- [Install](#install)
- [Project layout](#project-layout)
- [Support SpaceVim](#support-spacevim)
- [Credits & Thanks](#credits--thanks)
@ -124,28 +123,6 @@ create an UI for [dein.vim](https://github.com/Shougo/dein.vim/) - the best asyn
For more features, please read [SpaceVim's Blog](https://spacevim.org/blog/)
### Install
At a minimum, SpaceVim requires `git` to be installed. For a better graphical experience, install [nerd-font](https://github.com/ryanoasis/nerd-fonts) and make sure your terminal supports [true colors](https://gist.github.com/XVilka/8346728).
**Linux and macOS**
```bash
curl -sLf https://spacevim.org/install.sh | bash
```
After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins.
For more info about the installation script, please check:
```bash
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
```
**Windows**
The easiest way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
### Project layout
```txt

View File

@ -71,16 +71,18 @@ The default configuration file of SpaceVim is `~/.SpaceVim.d/init.toml`, here is
# Enable autocomplete layer
[[layers]]
name = 'autocomplete'
name = "autocomplete"
auto-completion-return-key-behavior = "complete"
auto-completion-tab-key-behavior = "cycle"
[[layers]]
name = 'shell'
default_position = 'top'
name = "shell"
default_position = "top"
default_height = 30
```
This example only list part of SpaceVim options, for the list of SpaceVim options, please read `:h SpaceVim-config`
## Learning SpaceVim
- [SpaceVim Documentation](../documentation). Also known as "The Book", The SpaceVim Documentation will introduce