mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
52c5dea46b
33
docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md
Normal file
33
docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
categories: changelog
|
||||
---
|
||||
|
||||
# [Changelogs](https://spacevim.org/development#changelog) > SpaceVim release v0.1.0
|
||||
|
||||
SpaceVim is a modular configuration inspired by spacemacs, compatible with vim and neovim.
|
||||
|
||||
What's been done so far
|
||||
|
||||
- Neovim-centric
|
||||
- Modular configuration
|
||||
- multiple leader mode
|
||||
- Lazy-load 90% of plugins with dein.vim
|
||||
- Robust, yet light weight
|
||||
- Unite centric work-flow
|
||||
- Awesome ui
|
||||
- Language specific mode, code completion, syntax check, etc.
|
||||
- c family
|
||||
- java
|
||||
- js
|
||||
- rust
|
||||
- php
|
||||
- go
|
||||
- php
|
||||
- lua
|
||||
- perl
|
||||
- python
|
||||
- Extensive Neocomplete setup
|
||||
- Central location for tags
|
||||
- Lightweight simple status/tabline
|
||||
- Premium color-schemes
|
||||
|
@ -23,9 +23,12 @@ To report an issue or give feedback to the developers, please use the [issue tra
|
||||
## Blogs
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% for post in site.posts %}
|
||||
{% if post.categories contains "changelog" %}
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -20,15 +20,25 @@ If you get any issues, please open an issue with the ISSUE_TEMPLATE. It is usefu
|
||||
|
||||
```vim
|
||||
function! SpaceVim#layers#foo#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['Shougo/foo.vim', {'option' : 'value'}])
|
||||
return plugins
|
||||
let plugins = []
|
||||
call add(plugins, ['Shougo/foo.vim', {'option' : 'value'}])
|
||||
return plugins
|
||||
endfunction
|
||||
|
||||
|
||||
function! SpaceVim#layers#foo#config() abort
|
||||
" here you can set some value or mappings
|
||||
" here you can set some value or mappings
|
||||
endfunction
|
||||
```
|
||||
|
||||
4. send PR to SpaceVim.
|
||||
|
||||
## Changelog
|
||||
|
||||
<ul>
|
||||
{% for post in site.categories.changelog %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
BIN
docs/img/bountysource.png
Normal file
BIN
docs/img/bountysource.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
docs/img/buy_me_a_coffee.png
Normal file
BIN
docs/img/buy_me_a_coffee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -7,8 +7,8 @@ title: "A community-driven Vim distribution"
|
||||
|
||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||

|
||||
[](LICENSE)
|
||||
[](doc/SpaceVim.txt)
|
||||
[](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/LICENSE)
|
||||
[](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/doc/SpaceVim.txt)
|
||||
|
||||

|
||||
|
||||
|
@ -1,4 +1,22 @@
|
||||
---
|
||||
title: "Sponsors"
|
||||
---
|
||||
|
||||

|
||||
|
||||
If you want to support SpaceVim, please check out our [Bountysource campaign](https://www.bountysource.com/teams/spacevim).
|
||||
|
||||
Also, you can buy me a coffee:
|
||||
|
||||
<a href='https://ko-fi.com/A538L6H' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi4.png?v=f' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
||||
|
||||
if you are a chinese, It will be more easy in wechat.
|
||||
|
||||

|
||||
|
||||
# Current Sponsors
|
||||
|
||||
Please check out https://bountysource.com/teams/spacevim
|
||||
These are the companies or individuals contributing a monthly amount to help sustain SpaceVim's development.
|
||||
See the [Bountysource campaign](https://www.bountysource.com/teams/spacevim) for more details.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user