5.2 KiB
Wiki | Documentation | Twitter | Community | Gitter Chat
SpaceVim is a community-driven vim distribution with a bundle of modular configuration, here we call these modules as 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.
- Great documentation: access documentation in Vim with :h SpaceVim.
- Beautiful GUI: you'll love the awesome UI and its useful features.
- Mnemonic key bindings: commands have mnemonic prefixes like [Window] for all the window and buffer commands or [Unite] for the unite work flow commands.
- Lazy load plugins: Lazy-load 90% of plugins with [dein.vim]
- Batteries included: discover hundreds of ready-to-use packages nicely organised in configuration layers following a set of conventions.
- Neovim centric: Dark powered mode of SpaceVim
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
Community
Try these SpaceVim hangouts for any questions, problems or comments.
- Chat
- Ask
- issue tracker for issue and feature requests
- vi StackExchange for "how to" & configuration questions
for hugs & pithy comments
- Discuss
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 contribute to Bountysource or buy a drink for the maintainer by clicking following icon.
If you used SpaceVim in a project and you want to show that fact, you can use the SpaceVim badge:
markdown
[](https://spacevim.org)
contribute to SpaceVim
Before contributing be sure to consult the contribution guidelines and conventions.
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.