2017-02-15 22:05:31 +08:00
---
title: "Home"
2017-09-22 22:35:43 +08:00
description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature."
2017-02-15 22:05:31 +08:00
---
2017-02-10 00:41:23 +08:00
# Introduction
2017-02-08 23:09:16 +08:00
2017-02-06 21:38:14 +08:00
[![Build Status ](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev )](https://travis-ci.org/SpaceVim/SpaceVim)
2017-08-22 03:45:29 +08:00
![Version ](https://img.shields.io/badge/version-0.5.0--dev-FF00CC.svg )
2017-02-12 19:06:58 +08:00
[![MIT License ](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/LICENSE)
[![Doc ](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square )](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/doc/SpaceVim.txt)
2017-05-08 20:15:52 +08:00
[![Average time to resolve an issue ](http://isitmaintained.com/badge/resolution/SpaceVim/SpaceVim.svg )](http://isitmaintained.com/project/SpaceVim/SpaceVim "Average time to resolve an issue")
[![Percentage of issues still open ](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg )](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open")
2017-02-06 21:38:14 +08:00
2017-05-08 20:15:52 +08:00
SpaceVim is a community-driven vim distribution that seeks to provide layer feature, especially for neovim. It offers a variety of layers to choose from. to create a suitable vim development environment, you just need to select the required layers.
2017-02-06 21:38:14 +08:00
2017-05-08 20:15:52 +08:00
See the [documentation ](https://spacevim.org/documentation ) or [the list of layers ](http://spacevim.org/layers/ ) for more information. [Hack-SpaceVim ](https://github.com/Gabirel/Hack-SpaceVim ) will tell you how to hack SpaceVim.
![2017-04-29-20 54 49 ](https://cloud.githubusercontent.com/assets/13142418/25555650/d7d2c07e-2d1e-11e7-975d-646a07b38a62.png )
2017-02-06 21:38:14 +08:00
2017-02-20 22:05:01 +08:00
If you are new to vim, you should learning about Vim in general, read [vim-galore ](https://github.com/mhinz/vim-galore ).
2017-02-06 21:38:14 +08:00
2017-02-20 22:05:01 +08:00
## Install
2017-02-06 21:38:14 +08:00
2017-02-20 22:05:01 +08:00
### Linux/Mac
2017-02-06 21:38:14 +08:00
2017-07-17 09:28:25 +08:00
If you are using linux or mac os, it is recommended to use this command to install SpaceVim:
2017-02-06 21:38:14 +08:00
```sh
curl -sLf https://spacevim.org/install.sh | bash
```
2017-09-13 23:27:09 +08:00
2017-07-17 09:37:53 +08:00
with this command, SpaceVim will be installed. All the plugins will be installed **automatically** when vim/nvim is run for the first time.
For more info about the install script, please check:
2017-02-06 21:38:14 +08:00
```sh
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
```
2017-02-20 22:05:01 +08:00
### windows support
2017-02-06 21:38:14 +08:00
- For vim in windows, please just clone this repo as vimfiles in you Home directory.
2017-09-13 23:27:09 +08:00
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.
2017-02-06 21:38:14 +08:00
```sh
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.
2017-09-13 23:27:09 +08:00
for more info, please check out [neovim's wiki ](https://github.com/neovim/neovim/wiki/Installing-Neovim ).
by default, when open a cmd, the current dir is your Home directory, run this command in cmd.
2017-02-06 21:38:14 +08:00
```sh
git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
```
2017-05-17 14:44:44 +08:00
## Features
## News
2017-09-13 23:27:09 +08:00
[Newsletter #1 - A New Hope ](https://spacevim.org/SpaceVim-Newsletter-A-New-Hope/ )
2017-05-17 14:44:44 +08:00
> Published on: 2017-5-31
More posts are in the [SpaceVim's Blog ](https://spacevim.org/blog/ )
[Follow @SpaceVim ](https://twitter.com/SpaceVim )
## Get Involved
2017-09-13 23:27:09 +08:00
Discuss the project at [gitter.im/SpaceVim ](https://gitter.im/SpaceVim/SpaceVim ) or [/r/SpaceVim ](https://www.reddit.com/r/SpaceVim/ )
2017-05-17 14:44:44 +08:00
Contribute code, report bugs and request features at [GitHub ](https://github.com/SpaceVim/SpaceVim ).
## FAQ
1. What is the project status?
The current stable version is 0.2.0. See the milestones page for development progress and the roadmap for high-level plans.
2. Is SpaceVim trying to turn Vim/Neovim into an IDE?
2017-09-13 23:27:09 +08:00
With layers feature, this [version ](<> ) of vim distribution to tern vim/neovim into an IDE for many language.
2017-05-17 14:44:44 +08:00
3. Will SpaceVim deprecate Vimscript?
No, the custom configration file is written in vim script.
4. Which version of vim/neovim is needed?
vim 7.4/neovim v0.1.7