Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

wsdjeg/SpaceVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eed9d8f · Feb 17, 2025
Feb 15, 2025
Feb 16, 2025
Feb 6, 2025
Mar 26, 2023
Feb 17, 2025
Mar 26, 2023
Feb 16, 2025
Mar 26, 2023
Dec 30, 2024
Feb 2, 2025
Dec 17, 2024
Feb 16, 2025
Jul 5, 2023
Feb 16, 2025
Mar 26, 2023
Feb 28, 2024
Mar 23, 2024
Mar 24, 2024
Feb 16, 2025
Sep 24, 2023
Oct 20, 2022
Oct 16, 2022
Jul 8, 2024
Feb 3, 2025
Feb 9, 2017
Jul 8, 2024
Mar 26, 2023
Jul 7, 2024
May 7, 2023

Repository files navigation

Quick Start Guide | Chat | Documentation | Layers

build Codecov coverage Release GPLv3 License

work-flow

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 reduces overhead for the user by keeping them from having to think about what packages to install.

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

Project Layout

├─ .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

Contribute

This project wouldn't exist without all the people who contributed, We are thankful for any contributions from the community.

Credits