1
0
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
Go to file
2024-07-08 17:45:42 +08:00
.ci feat(github): enable github action 2024-07-08 17:45:42 +08:00
.github feat(github): enable github action 2024-07-08 17:45:42 +08:00
.SpaceVim.d fix(compatible): fix nvim-0.5.0 support 2024-06-13 08:44:55 +08:00
after/syntax chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
autoload perf(core): add opt for lazy load config 2024-07-07 22:38:26 +08:00
bin chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
bundle chore(colorscheme): use bundle vim-hybrid 2024-07-07 21:56:21 +08:00
colors chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
config perf(layer): lazy load layer config 2024-07-05 23:11:59 +08:00
doc perf(core): add opt for lazy load config 2024-07-07 22:38:26 +08:00
docker feat(github): enable github action 2024-07-08 17:45:42 +08:00
docs docs(bundle-plugins): add neo-tree link 2024-07-03 09:56:05 +08:00
ftplugin Release v2.2.0 2023-07-05 11:50:23 +08:00
lua perf(tabline): use BufAdd instead of BufNew 2024-07-07 14:42:40 +08:00
mode chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
syntax chore(todo): remove todo tag 2024-02-28 22:38:14 +08:00
test fix(string): fix string2chars function test for vim 2024-03-23 20:40:17 +08:00
.editorconfig feat(toml): add toml indent file 2024-03-24 19:47:09 +08:00
.gitignore chore(gitignore): add public directory to gitignore 2023-09-24 08:15:34 +08:00
.stylua.toml feat(todo): rewrite todomanager using lua 2022-10-20 19:55:11 +08:00
addon-info.json Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
ginit.vim chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
init.vim perf(core): add opt for lazy load config 2024-07-07 22:38:26 +08:00
LICENSE Create LICENSE 2022-10-16 17:29:55 +08:00
log.txt perf(core): add opt for lazy load config 2024-07-07 22:38:26 +08:00
Makefile ci(Makefile): remove coverage 2024-02-17 18:38:38 +08:00
README.md feat(github): enable github action 2024-07-08 17:45:42 +08:00
vimrc fix(core): fix xdg support 2023-05-07 22:21:32 +08:00

SpaceVim

Quick Start Guide | FAQ

build Codecov coverage GPLv3 License Docker Pulls

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