1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
2018-02-15 22:25:03 +08:00
.ci Create 2018-01-31-grep-on-the-fly-in-spacevim.md 2018-01-31 23:21:55 +08:00
.github Update chinese document (#1331) 2018-01-27 01:07:02 +08:00
.SpaceVim.d Create 2018-01-31-grep-on-the-fly-in-spacevim.md 2018-01-31 23:21:55 +08:00
autoload Relicense (#1406) 2018-02-15 22:25:03 +08:00
bin Relicense (#1406) 2018-02-15 22:25:03 +08:00
config Relicense (#1406) 2018-02-15 22:25:03 +08:00
doc Fix runner for python 2018-02-09 16:31:54 +08:00
docs Relicense (#1406) 2018-02-15 22:25:03 +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 cursor position when open item 2018-01-25 20:58:21 +08:00
test Improve ocmal/c/unite/denite/ctrlp layer (#1369) 2018-02-07 20:52:20 +08:00
wiki Update wiki 2018-01-28 15:39:42 +08:00
.editorconfig Add support for editorconfig 2017-10-04 19:19:08 +08:00
.gitignore Update chinese document (#1331) 2018-01-27 01:07:02 +08:00
.travis.yml Replace mode for flygrep (#1340) 2018-02-04 22:01:16 +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 Relicense (#1406) 2018-02-15 22:25:03 +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 Relicense (#1406) 2018-02-15 22:25:03 +08:00
LICENSE Relicense (#1406) 2018-02-15 22:25:03 +08:00
Makefile Fix test 2017-11-24 22:21:27 +08:00
README.cn.md Relicense (#1406) 2018-02-15 22:25:03 +08:00
README.md Relicense (#1406) 2018-02-15 22:25:03 +08:00
vimrc Relicense (#1406) 2018-02-15 22:25:03 +08:00

SpaceVim

Wiki | Documentation | Twitter | Community | Gitter Chat | 中文官网

Build Status Build status codecov Version GPLv3 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. This approach helps keep configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.

welcome-page

See the quick start guide, documentation or the available layers for more information.

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

Throughput Graph

Features

Highlight cursor symbol

SpaceVim supports highlighting of the current symbol on demand and adds a transient state to easily navigate and rename this symbol.

highlight cursor symbol

Fly Grep in Vim

With this feature, vim will display the searching result as you type. Of course, it is running asynchronously. Before using this feature, you need to install a searching tool. FlyGrep works through search tools: ag, rg, ack, pt and grep, Choose one you like.

searching project

Mnemonic key bindings navigation

You don't need to remember any key bindings, as the mapping guide will show up after the SPC is pressed. The mapping guide is also available for g, z, s, f and F.

mapping guide

Help description for key bindings

use SPC h d k to get the help description of a key binding, and gd to find definition of key bindings.

describe key bindings

Asynchronous plugin manager

create an UI for dein.vim - the best asynchronous vim plugin manager

UI for dein

For more features, please read SpaceVim's Blog

Install

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.

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(cn/en)
├─ wiki/                          wiki(cn/en)
├─ bin/                           executeable
└─ test/                          tests

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