mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
.ci | ||
.github | ||
.SpaceVim.d | ||
after/syntax | ||
autoload | ||
bin | ||
bundle | ||
colors | ||
config | ||
doc | ||
docker | ||
docs | ||
ftplugin | ||
lua | ||
mode | ||
syntax | ||
test | ||
.editorconfig | ||
.gitignore | ||
.stylua.toml | ||
addon-info.json | ||
ginit.vim | ||
init.vim | ||
LICENSE | ||
log.txt | ||
Makefile | ||
README.md | ||
vimrc |
SpaceVim is a (neo)vim configuration inspired by spacemacs.
Features
- Modularization: plugins and functions are organized in layers.
- Compatible api: a series of compatible APIs for Vim/Neovim.
- Great documentation: online documentation and
:h SpaceVim
. - Better experience: Use lua to implement core plugins
- Beautiful UI: you'll love the awesome UI and its useful features.
- Mnemonic key bindings: key binding guide will be displayed automatically
- Fast boot time: Lazy-load 90% of plugins with dein.vim
- Lower the risk of RSI: by heavily using the space bar instead of modifiers.
- Consistent experience: consistent experience between terminal and gui