From 492e05827b222b63492c91c56a3f8a5ac3ee51c8 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 29 Apr 2018 13:06:50 +0800 Subject: [PATCH] Update readme --- README.md | 23 ----------------------- docs/quick-start-guide.md | 8 +++++--- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 9a4e46772..df534716f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Here is a throughput graph of the repository for the last few weeks: - [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 diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 3fc4db72d..5561bed05 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -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