.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, compatible with vim and neoVim. Layers help collect related packages together to provide features. For example, the lang#java layer provides auto-completion, syntax checking, and debug support for java files. This approach helps keep configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install. To install all the java features the user has just to add the lang#java
layer to their dotfile. 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:
Requirements
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.
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.