.ci | ||
.github | ||
.SpaceVim.d | ||
autoload | ||
bin | ||
config | ||
doc | ||
docs | ||
ftplugin | ||
mode | ||
syntax | ||
test | ||
wiki | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
.vintrc.yaml | ||
addon-info.json | ||
appveyor.yml | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
CONTRIBUTING.md | ||
filetype.vim | ||
ginit.vim | ||
init.vim | ||
LICENSE | ||
Makefile | ||
readme.gitee.md | ||
README.md | ||
vimrc |
Wiki | Documentation | Twitter | Community | Gitter Chat | 中文文档
SpaceVim is a distribution of the vim editor that's inspired by spacemacs. It manages collections of plugins in layers, which help collect related packages together to provide features. For example, the python layer collects deoplete.nvim, neomake and jedi-vim together to provides autocompletion, syntax checking, and documentation lookup. This approach helps keep configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.
Please star the project on github - it is a great way to show your appreciation while providing us motivation to continue working on this project. The extra visibility for the project doesn't hurt either!
See the Quick start guide, documentation or the list of layers for more information.
Here is a throughput graph of the repository for the last few weeks:
Requirements
At a minimum, SpaceVim requires git
to be installed. For a better graphical experience, install nerd-font and make sure your terminal supports true colors.
Install
Linux and macOS
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
Windows
The easist way is to download install.cmd and run it as administrator, or install SpaceVim manually.
Project layout
├─ autoload/SpaceVim/api/ APIs
├─ autoload/SpaceVim/layers/ layers
├─ autoload/SpaceVim/plugins/ plugins
├─ autoload/SpaceVim/mapping/ mapping guide
├─ doc/SpaceVim.txt help
├─ docs/ website
├─ wiki/ wiki
├─ bin/ executeable
└─ test/ tests
Features
- Great documentation: access documentation in Vim with SPC h SPC.
- Beautiful UI: you'll love the awesome UI and its useful features.
- Mnemonic key bindings: all key bindings have mnemonic prefixes.
- Describe key bindings: use SPC h d k to describe key bindings, and find definition of key bindings.
- Lazy load plugins: Lazy-load 90% of plugins with dein.vim
- Awesome statusline: a heavily customized modular statusline.
- Neovim centric: Dark powered mode of SpaceVim
Blogs
More posts are in the SpaceVim's Blog
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.
alipay | |
---|---|
Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv
Credits & Thanks
- @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.