1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00

Website: add link to following HEAD page (#1924)

This commit is contained in:
Wang Shidong 2018-07-08 19:02:45 +08:00 committed by GitHub
parent 03890e5245
commit d3c4c8baaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,8 @@ SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many
![welcome-page](https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png)
The last release is v0.8.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
See the [quick start guide](https://spacevim.org/quick-start-guide/), [documentation](https://spacevim.org/documentation/) or the [available layers](http://spacevim.org/layers/) for more information.
Here is a throughput graph of the repository for the last few weeks:
@ -66,7 +68,7 @@ here is an example for using toml as SpaceVim config:
buffer_index_type = 4
windows_index_type = 3
enable_tabline_filetype_icon = false
enable_statusline_display_mode = false
enable_statusline_mode = false
statusline_unicode_symbols = false
# Enable vim compatible mode, avoid changing origin vim key bindings
vimcompatible = true

View File

@ -27,6 +27,8 @@ If you like SpaceVim, feel free to star the project on github - it is a great wa
appreciation while providing us motivation to continue working on this project.
The extra visibility for the project doesn't hurt either!
The last release is v0.8.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
See the [Quick start guide](quick-start-guide/), [documentation](documentation/) or the [available layers](layers/) for more information.
## New features