1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
A community-driven modular vim/neovim distribution - The ultimate vimrc
Go to file
2020-10-05 23:54:24 +08:00
.ci Detach scrollbar (#3827) 2020-09-22 23:11:37 +08:00
.gitee Add issue template for gitee 2018-03-26 19:02:55 +08:00
.github Improve the github ISSUE_TEMPLATE (#3787) 2020-09-09 08:46:53 +08:00
.SpaceVim.d Improve Task manager (#3857) 2020-10-01 22:30:29 +08:00
after/syntax Fix fileformat of help syntax file (#3478) 2020-04-24 23:05:16 +08:00
autoload Add winexists() api 2020-10-05 20:19:24 +08:00
bin Update copyright (#3744) 2020-08-31 21:24:27 +08:00
bundle Pick up commit from upstream (#3779) 2020-09-07 21:04:28 +08:00
colors Update copyright (#3744) 2020-08-31 21:24:27 +08:00
config Update g map (#3496) 2020-09-19 16:10:35 +08:00
doc Add winexists() api 2020-10-05 20:19:24 +08:00
docker Update copyright (#3744) 2020-08-31 21:24:27 +08:00
docs Update bountysource url 2020-10-05 23:54:24 +08:00
donation/BountySource Update pictures (#3497) 2020-04-29 23:32:26 +08:00
ftplugin Use :t for bufname 2017-05-12 22:41:06 +08:00
lua Add lua api (#2861) 2020-09-19 22:57:11 +08:00
mode Update copyright (#3744) 2020-08-31 21:24:27 +08:00
reddit Add reddit Sidebar 2018-01-14 19:39:20 +08:00
syntax Improve Task manager (#3857) 2020-10-01 22:30:29 +08:00
test Update contributing guide (#3808) 2020-09-17 21:53:04 +08:00
wiki Update following HEAD page (#3824) 2020-09-20 19:32:03 +08:00
.editorconfig Add support for editorconfig 2017-10-04 19:19:08 +08:00
.gitignore Update kotlin doc (#3841) 2020-09-27 22:49:44 +08:00
.projections.json Fix task manager (#3853) 2020-09-30 20:58:09 +08:00
.travis.yml Remove python version 2020-09-14 20:20:46 +08:00
.vintrc.yaml Fix neovim py support (#1988) 2018-07-28 10:58:12 +08:00
addon-info.json Add spacevim tag in doc 2017-02-10 00:02:00 +08:00
appveyor.yml Update autocomplete layer doc (#3743) 2020-08-30 23:31:09 +08:00
CODE_OF_CONDUCT.md Update contributing guide (#3808) 2020-09-17 21:53:04 +08:00
codecov.yml Fix tab name (#3752) 2020-09-02 12:28:33 +08:00
CONTRIBUTING.cn.md Remove python version 2020-09-14 20:20:46 +08:00
CONTRIBUTING.md Update contributing guide (#3808) 2020-09-17 21:53:04 +08:00
filetype.vim Update copyright (#3744) 2020-08-31 21:24:27 +08:00
ginit.vim Update file head (#3379) 2020-09-19 16:19:58 +08:00
init.vim Update file head (#3379) 2020-09-19 16:19:58 +08:00
LICENSE Relicense (#1406) 2018-02-15 22:25:03 +08:00
Makefile Add test for api (#3135) 2019-10-09 22:57:03 +08:00
README.cn.md Update readme and post url (#3844) 2020-09-29 22:45:40 +08:00
README.md Update readme and post url (#3844) 2020-09-29 22:45:40 +08:00
vimfiler Fix AppVeyor lint (#3801) 2020-09-12 07:35:25 +08:00
vimrc Update file head (#3379) 2020-09-19 16:19:58 +08:00

SpaceVim

Wiki | Quick start guide | Documentation | Community | Sponsors | Twitter | Gitter Chat | 中文官网

Build Status Build status Docker Build Status codecov Version GPLv3 License Doc

welcome page

SpaceVim is a community-driven modular Vim distribution. It manages collections of plugins in layers, which help to collect related packages together to provide IDE-like features.

The last release is v1.5.0, check out following-HEAD page for what happened since last release.

See the followings below for more information:

Features

This is a list of latest features implemented in SpaceVim:

Iedit mode

SpaceVim uses a powerful iedit mode to quick edit multiple occurrences of a symbol or selection. Two new modes:iedit-Normal/iedit-Insert.

The default color for iedit is red/green which is based on the current colorscheme.

iedit mode

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, and s.

float_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

Support SpaceVim

This project exists thanks to all the people who contributed, We are thankful for any contributions from the community.

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.

For more information please check our development guidelines.

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