1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
2018-01-24 12:10:39 +08:00
.ci Update wiki script 2018-01-21 02:03:25 -06:00
.github Update doc 2018-01-21 02:03:25 -06:00
.SpaceVim.d Fix lint 2018-01-20 19:52:41 +08:00
autoload Fix warning message 2018-01-24 12:26:15 +09:00
bin Add vim8 support 2017-11-08 22:47:56 +08:00
config Revert "Fix language client config" 2018-01-16 11:40:16 +09:00
doc Fix #1266 2018-01-18 20:34:43 +08:00
docs Fix a typo 2018-01-23 17:42:52 -08: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
reddit Add reddit Sidebar 2018-01-14 19:39:20 +08:00
syntax Fix: Flygrep match pattern override FileName 2017-12-05 21:53:36 +08:00
test Add replace for list api 2017-12-03 22:18:42 +08:00
wiki Update wiki script 2018-01-21 02:03:25 -06:00
.editorconfig Add support for editorconfig 2017-10-04 19:19:08 +08:00
.gitignore Update doc for vim-diff 2018-01-07 12:12:34 +08:00
.travis.yml Add github/page check 2018-01-20 22:40:48 +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 Update version to v0.7.0-dev 2017-12-30 21:48:29 +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 Update wiki 2018-01-21 12:47:42 +08: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 Add file header 2017-12-12 16:32:21 +08:00
LICENSE Update LICENSE 2017-05-17 15:22:24 +08:00
Makefile Fix test 2017-11-24 22:21:27 +08:00
readme.gitee.md Fix version icon 2017-11-12 20:08:22 +08:00
README.md Update development rules 2018-01-20 15:45:48 +08:00
vimrc Add file header 2017-12-12 16:32:21 +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 distribution of the vim editor that's inspired by spacemacs. It manages collections of plugins in layers, which help collect related packages together to provide features. For example, the python layer collects deoplete.nvim, neomake and jedi-vim together to provides autocompletion, syntax checking, and documentation lookup. This approach helps keep configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.

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 Quick start guide, 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

Linux and macOS

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

Windows

The easist way is to download install.cmd and run it as administrator, or install SpaceVim manually.

Project layout

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

Features

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

Blogs

More posts are in the SpaceVim's Blog

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

wechat alipay

Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv

Credits & Thanks