SpaceVim

A modular Vim/Neovim configuration


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


Changelogs > SpaceVim release v2.2.0

The last release is v2.1.0, After 3 months development. The v2.2.0 has been released. So let’s take a look at what happened since last release.

welcome page

What’s New

This api is just same as notify api in vim script, but it is written in lua.

local nt = require('spacevim.api').import('notify')

nt.notify('Hello world!', 'WarningMsg')

New layers

This release is force on improving using experience, so only one new layer added.

Improvements

Git Commits

If you want to view all the git commits, use following command in your terminal.

git -C ~/.SpaceVim log v2.1.0..v2.2.0

Powered by Jekyll