1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00
SpaceVim/docs/index.md
2017-04-14 23:26:47 +08:00

2.4 KiB

title
Home

Introduction

Build Status Version 0.3.0-dev MIT License Doc

SpaceVim is a modular configuration for neovim and vim, here we call all of the modules layers, each layer has different plugins and config, users just need to select the layers they need. It got inspired by spacemacs. If you use SpaceVim, please star it on github. It's a great way of getting feedback and gives me the kick to put more time into development.

2017-04-12-19 36 27

If you are new to vim, you should learning about Vim in general, read vim-galore.

Install

Linux/Mac

If you are using linux or mac os, it is recommenced to use this command to install SpaceVim:

curl -sLf https://spacevim.org/install.sh | bash

with this command, SpaceVim will be installed. all the plugins will be install automatically when first time run vim/nvim. for more info about the install script, please check:

curl -sLf https://spacevim.org/install.sh | bash -s -- -h

Before you use SpaceVim, you should install the plugin by executing :call dein#install() in (neo-)vim.

windows support

  • 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. make sure you have a backup of your own vimfiles.
git clone https://github.com/SpaceVim/SpaceVim.git vimfiles
  • For neovim in windows, please clone this repo as AppData\Local\nvim in your home directory. for more info, please check out neovim's wiki. by default, when open a cmd, the current dir is your Home directory, run this command in cmd.
git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim