1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
2017-02-10 00:41:23 +08:00
.github Improve logger 2017-02-02 14:48:36 +08:00
autoload Merge branch 'native-func' into dev 2017-02-10 00:03:15 +08:00
config Fix #220 2017-02-08 20:27:27 +08:00
doc Merge branch 'native-func' into dev 2017-02-10 00:03:15 +08:00
docs Fix type in readme 2017-02-10 00:41:23 +08:00
.gitignore Fix url 2017-02-07 00:45:57 +08:00
.travis.yml Add travis support 2016-12-26 21:20:45 +08:00
.vintrc.yaml Fix lint 2016-12-26 21:42:07 +08:00
addon-info.json Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
filetype.vim Add snippet 2017-02-02 23:13:15 +08:00
ginit.vim Clone from wsdjeg/Dotfiles/config/nvim 2016-12-26 21:11:19 +08:00
init.vim Use config as main dir 2016-12-26 21:32:01 +08:00
LICENSE Initial commit 2016-12-25 22:40:55 -06:00
README.md Move doc from readme 2017-02-09 22:04:14 +08:00
vimrc Use config as main dir 2016-12-26 21:32:01 +08:00

SpaceVim

Home | Documentation | Twitter | Community | Gitter Chat

Build Status Version 0.1.0-dev MIT License Doc

Introduction

2017-02-05_1359x721

SpaceVim is a Modular configuration, a bundle of custom settings and plugins for Vim, here we call them 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.

If you encounter any bugs or have feature requests, just open an issue report on Github.

For learning about Vim in general, read vim-galore.

Throughput Graph

Install

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

before use SpaceVim, you should install the plugin by call dein#install()

Installation of neovim/vim with python support:

neovim installation

Building Vim from source

for more info about the install script, please check:

curl -sLf https://spacevim.org/install.sh | bash -s -- -h
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