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 | ||
.gitattributes | ||
.gitignore | ||
.stylua.toml | ||
.vintrc.yaml | ||
addon-info.json | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
ginit.vim | ||
init.vim | ||
LICENSE | ||
Makefile | ||
README.md | ||
vimrc |
Quick Start Guide | FAQ | Chat | Twitter
SpaceVim is a vim configuration inspired by spacemacs, it is compatible with Vim and Neovim.
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: rewrite core plugins using lua
- 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
Screenshots
Contribute
This project wouldn't exist without all the people who contributed, We are thankful for any contributions from the community.
Credits
- Hack-SpaceVim by @Gabirel
- SpaceVimTutorial by @everettjf
- 10-minutes-to-SpaceVim by @Jackiexiao
- A First Look At SpaceVim by @DistroTube
- Getting Started With SpaceVim by FOSS King
- vimdoc: Vim help file generator
- spacemacs: A community-driven Emacs distribution
- Authors of all the plugins used in SpaceVim.