github.com-SpaceVim-SpaceVim_-_2019-01-20_19-53-10
Item Preview
Share or Embed This Item
- Publication date
- 2016-12-26
git clone SpaceVim-SpaceVim_-_2019-01-20_19-53-10.bundle -b master
A community-driven modular vim distribution - The ultimate vim configuration
Wiki \|Documentation \|Twitter \|Community \|Sponsors \|Gitter Chat \|中文官网
About SpaceVim
SpaceVim is a community-driven modular Vim distribution. It manages collectionsof plugins in layers, which help to collect related packages together to provide IDE-like features.SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many built-in features.
The last release is v1.0.0, check out following-HEAD page for what happened since last release.
Instructions
See the followings below for more information:
If you have any questions about SpaceVim, please follow the Getting Help Guide.
Here is a throughput graph of the repository for the last few weeks:
New Features
This is a list of latest features implemented in SpaceVim:
Use toml as default configuration
Here is an example for using toml as SpaceVim config:
```toml
This is basic configuration example for SpaceVim
All SpaceVim options below [option] section
[options] # set spacevim theme. by default colorscheme layer is not loaded, # if you want to use more colorschemes, please load the colorscheme # layer colorscheme = "gruvbox" colorschemebg = "dark" # Disable guicolors in basic mode, many terminal do not support 24bit # true colors enableguicolors = false # Disable statusline separator, if you want to use other value, please # install nerd fonts statuslineseparator = "nil" statuslineinactiveseparator = "bar" bufferindextype = 4 windowsindextype = 3 enabletablinefiletypeicon = false enablestatuslinemode = false statuslineunicodesymbols = false # Enable Vim compatible mode, avoid changing origin Vim key bindings vimcompatible = true
Enable autocomplete layer
[[layers]]name = 'autocomplete'auto-completion-return-key-behavior = "complete"auto-completion-tab-key-behavior = "cycle"
[[layers]]name = 'shell'defaultposition = 'top'defaultheight = 30```
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 addsa 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 runningasynchronously. Before using this feature, you need to install a searching tool. FlyGrep worksthrough 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
Project layout
txt├─ .ci/ build automation├─ .github/ issue/PR templates├─ .SpaceVim.d/ project specific configuration├─ autoload/SpaceVim.vim SpaceVim core file├─ autoload/SpaceVim/api/ Public APIs├─ autoload/SpaceVim/layers/ available layers├─ autoload/SpaceVim/plugins/ buildin plugins├─ autoload/SpaceVim/mapping/ mapping guide├─ doc/ help(cn/en)├─ docs/ website(cn/en)├─ wiki/ wiki(cn/en)├─ bin/ executable└─ 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.
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.
| wechat | alipay || ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ || |
|
Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv
Credits & Thanks
This project exists to thank all the people who have contributed:
- @Gabirel and his Hack-SpaceVim
- @everettjf and his SpaceVimTutorial
- vimdoc generate doc file for SpaceVim
- Rafael Bodill and his vim-config
- Bailey Ling and his dotvim
- Authors of all the plugins used in SpaceVim.
Source: https://github.com/SpaceVim/SpaceVim
Uploader: SpaceVim
Upload date: 2016-12-26
- Identifier
- github.com-SpaceVim-SpaceVim_-_2019-01-20_19-53-10
- Originalurl
- https://github.com/SpaceVim/SpaceVim
- Pushed_date
- 2019-01-20 19:53:10
- Scanner
- Internet Archive Python library 1.7.7
- Uploaded_with
- iagitup - v1.0
- Year
- 2016