SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
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.
notify
api.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')
bundle.lua
for updating bundle pluginsneotree
supportThis release is force on improving using experience, so only one new layer added.
core#statuscolumn
layerimprove lua flygrep
The flygrep
plugin has been rewrited in lua. since last release, the following changes happened to flygrep
:
notify
api for warning messageimprove projectmanager
plugin
The projectmanager plugin also has been rewrited in lua. This release improve the telescope project extension.
improve prompt
api and fix handle key bindings
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