1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00
This commit is contained in:
wsdjeg 2017-01-04 20:42:05 +08:00
parent 9d11054f1d
commit 586b9e0520

View File

@ -15,6 +15,7 @@ ga('send', 'pageview');
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](doc/SpaceVim.txt)
[![QQ](https://img.shields.io/badge/QQ群-121056965-blue.svg)](https://jq.qq.com/?_wv=1027&k=43DB6SG)
[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Like spacemacs, but for vim.
@ -25,6 +26,11 @@ Like spacemacs, but for vim.
```sh
curl spacevim.org/install.sh -sSf | sh
```
before use SpaceVim, you should install the plugin by `call dein#install()`
installation of neovim/vim with python support:
> [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim)
> [vim](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source)
## Features