diff --git a/README.md b/README.md index b0bb96791..5af166f81 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index ae673154f..f69a540ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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