From d385fe6c0e507c244e85b3a36f159f4225816ce6 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 20 Jul 2017 04:08:43 +0800 Subject: [PATCH 1/3] Update readme --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5e2cae62..453576b4c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Here is a throughput graph of the repository for the last few weeks: * [Getting Help](#getting-help) * [Community](#community) * [Install](#install) + * [Requirements](#requirements) * [Linux/Mac](#linuxmac) * [windows support](#windows-support) * [Update](#update) @@ -183,6 +184,18 @@ Try these Neovim hangouts for any questions, problems or comments. ## Install +### Requirements + +**Powerline font:** + +By defalut SpaceVim use [DejaVu Sans Mono for Powerline](https://github.com/powerline/fonts/tree/master/DejaVuSansMono), to make statusline render correctly, you need to install the font. [powerline extra symbols](https://github.com/ryanoasis/powerline-extra-symbols) also should be installed. To show the filetype icon in the tabline, you need to install [nerd-fonts](https://github.com/ryanoasis/nerd-fonts). + +**Vim 7.4 above or neovim:** + +- [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim) + +- [install vim with python, python3 and lua support](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source) + ### Linux/Mac **Install SpaceVim with the command below** @@ -193,13 +206,6 @@ curl -sLf https://spacevim.org/install.sh | bash **After SpaceVim is installed, launch `vim` and SpaceVim will automatically install plugins** - -SpaceVim required Vim7.4 above or neovim, here is the installation of neovim/vim with python support: - -- [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim) - -- [Building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source) - for more info about the install script, please check: ```bash From f7e86ff5106ca7d8210703d5970af901d4e5737b Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 20 Jul 2017 04:14:15 +0800 Subject: [PATCH 2/3] Update installation section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 453576b4c..33b84b125 100644 --- a/README.md +++ b/README.md @@ -198,13 +198,13 @@ By defalut SpaceVim use [DejaVu Sans Mono for Powerline](https://github.com/pow ### Linux/Mac -**Install SpaceVim with the command below** +Install SpaceVim with the command below: ```bash curl -sLf https://spacevim.org/install.sh | bash ``` -**After SpaceVim is installed, launch `vim` and SpaceVim will automatically install plugins** +After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins. for more info about the install script, please check: From a7b18e42626ab3c4ef4ee1ac224eb1ceed047d81 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 20 Jul 2017 04:18:22 +0800 Subject: [PATCH 3/3] Update Requirements --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33b84b125..b567cbc65 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Here is a throughput graph of the repository for the last few weeks: * [Getting Help](#getting-help) * [Community](#community) * [Install](#install) - * [Requirements](#requirements) - * [Linux/Mac](#linuxmac) - * [windows support](#windows-support) + * [1. Requirements](#1-requirements) + * [2. Install SpaceVim in Linux/Mac](#2-install-spacevim-in-linuxmac) + * [3. Install SpaceVim in windows](#3-install-spacevim-in-windows) * [Update](#update) * [Support SpaceVim](#support-spacevim) * [contribute to SpaceVim](#contribute-to-spacevim) @@ -184,19 +184,23 @@ Try these Neovim hangouts for any questions, problems or comments. ## Install -### Requirements +### 1. Requirements -**Powerline font:** +**1) Powerline font:** By defalut SpaceVim use [DejaVu Sans Mono for Powerline](https://github.com/powerline/fonts/tree/master/DejaVuSansMono), to make statusline render correctly, you need to install the font. [powerline extra symbols](https://github.com/ryanoasis/powerline-extra-symbols) also should be installed. To show the filetype icon in the tabline, you need to install [nerd-fonts](https://github.com/ryanoasis/nerd-fonts). -**Vim 7.4 above or neovim:** +**2) Vim 7.4 above or neovim:** - [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim) - [install vim with python, python3 and lua support](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source) -### Linux/Mac +**3) git:** + +SpaceVim will download all plugins via git. + +### 2. Install SpaceVim in Linux/Mac Install SpaceVim with the command below: @@ -212,7 +216,7 @@ for more info about the install script, please check: curl -sLf https://spacevim.org/install.sh | bash -s -- -h ``` -### windows support +### 3. Install SpaceVim in windows - For vim in windows, please just clone this repo as vimfiles in you Home directory. by default, when open a cmd, the current dir is your Home directory, run this command in cmd.