.github | ||
.SpaceVim.d | ||
autoload | ||
config | ||
doc | ||
docs | ||
ftplugin | ||
mode | ||
syntax | ||
test | ||
.gitignore | ||
.travis.yml | ||
.vintrc.yaml | ||
addon-info.json | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
filetype.vim | ||
ginit.vim | ||
init.vim | ||
LICENSE | ||
README.md | ||
vimrc |
Wiki | Documentation | Twitter | Community | Gitter Chat | 中文文档
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. 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.
See the documentation or the list of layers for more information.
Here is a throughput graph of the repository for the last few weeks:
Install
curl -sLf https://spacevim.org/install.sh | bash
After SpaceVim is installed, launch vim
and SpaceVim will automatically install plugins.
for more info about the install script, please check:
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
Features
- Great documentation: access documentation in Vim with :h SpaceVim.
- Beautiful GUI: you'll love the awesome UI and its useful features.
- Mnemonic key bindings: all key bindings have mnemonic prefixes.
- Lazy load plugins: Lazy-load 90% of plugins with dein.vim
- Neovim centric: Dark powered mode of SpaceVim
Support SpaceVim
The best way to support SpaceVim is to contribute to it either by reporting bugs, helping the community on the Gitter Chat or sending pull requests.
If you want to show your support financially you can buy a drink for the maintainer by clicking following icon.
Credits & Thanks
- vimdoc generate doc file for SpaceVim
- Rafael Bodill and his vim-config
- Bailey Ling and his dotvim
- authors of all the plugins used in SpaceVim.