.ci | ||
.gitee | ||
.github | ||
.SpaceVim.d | ||
after/syntax | ||
autoload | ||
bin | ||
bundle | ||
colors | ||
config | ||
doc | ||
docker | ||
docs | ||
donation/BountySource | ||
ftplugin | ||
lua | ||
mode | ||
syntax | ||
test | ||
wiki | ||
.editorconfig | ||
.gitignore | ||
.projections.json | ||
.travis.yml | ||
.vintrc.yaml | ||
addon-info.json | ||
appveyor.yml | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
CONTRIBUTING.cn.md | ||
CONTRIBUTING.md | ||
filetype.vim | ||
ginit.vim | ||
init.vim | ||
LICENSE | ||
Makefile | ||
README.cn.md | ||
README.md | ||
vimfiler | ||
vimrc |
Wiki | Quick start guide | Documentation | Community | Sponsors | Twitter | Gitter Chat | 中文官网
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:
- Quick Start Guide: A simple guide for Beginners.
- Documentation: The full documentation about using SpaceVim.
- Available Layers: A list of all available layers included in SpaceVim.
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.
Highlight cursor symbol
SpaceVim supports highlighting of the current symbol on demand and adds a transient state to easily navigate and rename this symbol.
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.
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
.
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.
Create an UI for dein.vim - the best asynchronous vim plugin manager
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.
Credits & Thanks
- @Gabirel and his Hack-SpaceVim
- @everettjf and his SpaceVimTutorial
- vimdoc generate doc file for SpaceVim
- Authors of all the plugins used in SpaceVim.