Wiki | Documentation | Twitter | Community | Gitter Chat | 中文文档
SpaceVim is a community-driven vim distribution that seeks to provide layer feature, compatible with vim and neoVim. Layers help collect related plugins together to provide features. Also help keep configuration organized and reduces overhead for the user by keeping them from having to think about what plugins to install. star it on github is 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:
SpaceVim's basic mode only requests git
comamnd in your $PATH
, but if you want to get better user experience, you need to install nerd-font. And make sure your terminal support true colors.
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
├─ autoload/SpaceVim/api/ SpaceVim APIs
├─ autoload/SpaceVim/layers/ SpaceVim layers
├─ autoload/SpaceVim/plugins/ SpaceVim plugins
├─ autoload/SpaceVim/mapping/ SpaceVim mapping guide
├─ doc/SpaceVim.txt SpaceVim help
├─ docs/ website of SpaceVim
└─ test/ tests
- Great documentation: access documentation in Vim with SPC h SPC.
- 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
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.
- @Gabirel and his Hack-SpaceVim
- 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.