This repository was archived by the owner on Feb 20, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1.4k
A modular configuration of Vim and Neovim
License
NotificationsYou must be signed in to change notification settings
wsdjeg/SpaceVim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Quick Start Guide |Chat |Documentation |Layers
SpaceVim is a modular configuration of Vim and Neovim.It's inspired by spacemacs. It manages collections of plugins in layers,which help to collect related packages together to provide features.This approach helps keep the configuration organized and reducesoverhead for the user by keeping them from having to think aboutwhat packages to install.
- Modularization: plugins and functions are organized inlayers.
- Compatible api: a series ofcompatible APIs for Vim/Neovim.
- Great documentation: onlinedocumentation 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 withdein.vim
- Lower the risk of RSI: by heavily using the space bar instead of modifiers.
- Consistent experience: consistent experience between terminal and gui
├─ .ci/ build automation├─ .github/ issue/PR templates├─ .SpaceVim.d/ project specific configuration├─ after/ overrule or add to the distributed defaults├─ autoload/SpaceVim.vim SpaceVim core file├─ autoload/SpaceVim/api/ Public APIs├─ autoload/SpaceVim/layers/ available layers├─ autoload/SpaceVim/plugins/ builtin plugins├─ autoload/SpaceVim/mapping/ mapping guide├─ colors/ default colorscheme├─ docker/ docker image generator├─ bundle/ bundle plugins├─ lua/spacevim/plugin builtin plugins(lua)├─ doc/ help(cn/en)├─ docs/ website(cn/en)├─ wiki/ wiki(cn/en)├─ bin/ executable└─ test/ tests
This project wouldn't exist without all the people who contributed,We are thankful for any contributions from the community.
- Hack-SpaceVim by@Gabirel
- SpaceVimTutorial by@everettjf
- 10-minutes-to-SpaceVim by@Jackiexiao
- A First Look At SpaceVim by@DistroTube
- Getting Started With SpaceVim byFOSS King
- vimdoc: Vim help file generator
- spacemacs: A community-driven Emacs distribution
- Authors of all the plugins used in SpaceVim.
About
A modular configuration of Vim and Neovim
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.

