SpaceVim

A modular Vim/Neovim configuration


Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文


Changelogs > SpaceVim release v0.9.0

This project exists thanks to all the people who have contributed. The last release v0.8.0 is targeted on june 18, 2018, so let’s take a look at what happened in the new release v0.9.0.

v0.9.0 welcome page

New features

Since last release, SpaceVim has added 15 new language layer. here is a list of all new language layers added since last release:

The lsp layer now also support julia, typescript, elixir and bash.

frequency support for colorscheme layer. with this feature, you can enable random theme and change the frequency how SpaceVim update the colorscheme. for example, enable random theme, and update colorscheme daily.

[[layers]]
  name = "colorscheme"
  random_theme = true
  frequency = "daily"

Completion SpaceVim options and layer options when edit SpaceVim configuration file:

complete spacevim configuration file

Improve builtin tab manager, support creating named tabs and rename an exist tab:

the name of the tab will be displayed on tabline and tabmanger.

rename

movetab

newtab

copytab

Pull requests list

Added

Improvement

Changed

Fixed

Doc, Wiki && Website

Others

Powered by Jekyll