1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
2017-11-05 14:28:51 +08:00
.ci Add remote manager 2017-10-29 22:18:59 +08:00
.github minor issue template update 2017-06-01 02:31:18 -05:00
.SpaceVim.d Finish star_rc 2017-06-28 21:08:53 +08:00
autoload Fix multiple cursor 2017-11-05 13:44:33 +08:00
config Fix neocomplcache 2017-11-05 14:28:51 +08:00
doc Fix lint 2017-10-28 20:20:27 +08:00
docs Fix grammar 2017-10-26 20:31:55 -07:00
ftplugin Use :t for bufname 2017-05-12 22:41:06 +08:00
mode Display mode in statusline like in some airline theme 2017-10-19 13:04:43 +02:00
syntax Help describe key bindings 2017-10-28 21:49:44 +08:00
test Merge pull request #924 from SpaceVim/base64 2017-10-28 20:59:33 +08:00
wiki Change remote name 2017-10-28 14:59:16 +08:00
.editorconfig Add support for editorconfig 2017-10-04 19:19:08 +08:00
.gitignore add wiki 2017-10-28 14:38:06 +08:00
.travis.yml Update notifications 2017-10-19 08:02:00 +08:00
.vintrc.yaml Fix lint 2016-12-26 21:42:07 +08:00
addon-info.json Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
appveyor.yml Disable cache 2017-10-22 22:57:23 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-16 16:49:10 +08:00
codecov.yml Add codecov 2017-10-10 22:09:51 +08:00
CONTRIBUTING.md Edits: Minor spelling and grammar edits 2017-10-08 17:43:24 -04:00
filetype.vim Add lang#solidity layer 2017-11-03 21:42:34 +08:00
ginit.vim Loaded colorscheme after neovim-qt is running 2017-06-25 13:33:22 +08:00
init.vim Use config as main dir 2016-12-26 21:32:01 +08:00
LICENSE Update LICENSE 2017-05-17 15:22:24 +08:00
Makefile tests: use stable covimerage 2017-10-15 15:51:46 +02:00
readme.gitee.md Update features 2017-10-29 20:33:08 +08:00
README.md Help describe key bindings 2017-10-28 21:49:44 +08:00
vimrc Fix indent 2017-03-06 23:26:26 +08:00

SpaceVim

Wiki | Documentation | Twitter | Community | Gitter Chat | 中文文档

Build Status Build status codecov Version MIT License Doc Average time to resolve an issue Percentage of issues still open

SpaceVim is a community-driven vim distribution that supports vim and Neovim. SpaceVim manages collections of plugins in layers. Layers make it easy for you, the user, to enable a new language or feature by grouping all the related plugins together.

Please star the project on github - it is a great way to show your appreciation while providing us motivation to continue working on this project. The extra visibility for the project doesn't hurt either!

welcome-page

See the documentation or the list of layers for more information.

Here is a throughput graph of the repository for the last few weeks:

Throughput Graph

Requirements

At a minimum, SpaceVim requires git to be installed. For a better graphical experience, install nerd-font and make sure your terminal supports true colors.

Install

curl -sLf https://spacevim.org/install.sh | bash

After SpaceVim is installed, launch vim and SpaceVim will automatically install plugins.

For more info about the install script, please check:

curl -sLf https://spacevim.org/install.sh | bash -s -- -h

Project layout

├─ autoload/SpaceVim/api/               SpaceVim APIs
├─ autoload/SpaceVim/layers/            SpaceVim layers
├─ autoload/SpaceVim/plugins/           SpaceVim plugins
├─ autoload/SpaceVim/mapping/           SpaceVim mapping guide
├─ doc/SpaceVim.txt                     SpaceVim help
├─ docs/                                website of SpaceVim
└─ test/                                tests

Features

  • Great documentation: access documentation in Vim with SPC h SPC. SPC h SPC
  • Beautiful GUI: you'll love the awesome UI and its useful features.
  • Mnemonic key bindings: all key bindings have mnemonic prefixes. mapping guide
  • Describe key bindings: use SPC h d k to describe key bindings. describe key
  • Lazy load plugins: Lazy-load 90% of plugins with dein.vim UI for dein
  • Neovim centric: Dark powered mode of SpaceVim

Support SpaceVim

The best way to support SpaceVim is to contribute to it either by reporting bugs, helping the community on the Gitter Chat or sending pull requests.

If you want to show your support financially you can buy a drink for the maintainer by clicking following icon.

Buy Me a Coffee at ko-fi.com

Credits & Thanks