Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 20, 2025. It is now read-only.
/SpaceVimPublic archive

A modular configuration of Vim and Neovim

License

NotificationsYou must be signed in to change notification settings

wsdjeg/SpaceVim

Repository files navigation

SpaceVim

Quick Start Guide |Chat |Documentation |Layers

buildCodecov coverageReleaseGPLv3 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 reducesoverhead for the user by keeping them from having to think aboutwhat packages to install.

Features

  • 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

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


[8]ページ先頭

©2009-2025 Movatter.jp