mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
2.0 KiB
2.0 KiB
title | categories | description | type | image | commentsID | comments | ||
---|---|---|---|---|---|---|---|---|
SpaceVim release v2.1.0 |
|
SpaceVim release v2.1.0 with more lua plugins and better experience. | article | https://img.spacevim.org/228742293-1ca7c173-84a6-461a-9fb5-656d23953e12.png | SpaceVim release v2.1.0 | true |
Changelogs > SpaceVim release v2.1.0
The last release is v2.0.0, After 9 months development. The v2.1.0 has been released. So let's take a look at what happened since last release.
- Quick start guide: installation, configuration, and resources of learning SpaceVim
- documentation: the primary official document of SpaceVim
- available layers: a list of available layers which can be used in SpaceVim
What's New
New layers
Since last release, the following layers have been added:
zettelkasten
layerxmake
layer
New feature
- add
:Git clean
command - add
spacevim.command
module - add
open_error_list
option incheckers
layer - add
clipboard#set
function and more debug info - add
default.lua
- rewrite todomanager in lua
- add XDG support
- add json5 support
- add custom leader function
- add maven task provider
- support notify multiple lines
Improvements
This release is still focused on making the plugin run faster.
- implement
autosave
plugin in lua - improve
a.lua
plugin - use lua plugin for nvim 0.7
- improve lua version
flygrep
- improve lua version
iedit
- use notify api for git.vim
- remove invalid entries from c language checkers
Git Commits
If you want to view all the git commits, use following command in your terminal.
git -C ~/.SpaceVim log v2.0.0..v2.1.0