docs/_posts/2020-04-05-SpaceVim-release-v1.4.0.md
The last release is v1.3.0, After four months development. The v1.4.0 has been released. So let's take a look at what happened since last relase.
Eight programming language layers have been added since the last release:
lang#vbnet layer #3359lang#zig layer #3355lang#wdl layer #3307lang#ring layer #3311lang#aspectj layer #3313lang#lasso layer #3314lang#xquery layer #3327lang#janet layer #3330Asynchronously task:
The major feature in this release is asynchronously task system, which is implemented in following PR:
for more information about the tasks system, please checkout the task documentation
Floating terminal:
Floating terminal windows support also has been added into shell layer, to use this feature, adding following snippet into your SpaceVim configuration file:
[[layers]]
name = 'shell'
default_position = 'float'
default_height = 35
Alternate git plugin:
Instead of using gina or fugitive, the git.vim will be used as default plugin in git layer:
Alternate file manager:
The new release also add support for config alt file in the project:
:A command #3331Other new key bindings or features are listed below:
SPC f Y #3348lang#r layer #3322$XDG_CACHE_HOME for the cache dir #3411lang#ocaml layer #3223lang#scheme layer #3299SPC s a j #3281lang#batch layer #3230