1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/_posts/2020-12-31-SpaceVim-release-v1.6.0.md
2020-12-31 22:50:06 +08:00

5.7 KiB

title categories description type image commentsID comments
SpaceVim release v1.6.0
changelog
blog
SpaceVim release v1.6.0 with four new language layers and floating window support. article https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png SpaceVim release v1.6.0 true

Changelogs > SpaceVim release v1.6.0

The last release is v1.5.0, After four months development. The v1.6.0 has been released. So let's take a look at what happened since last relase.

welcome page

What's New

New language layers

  • Add lang#sml layer #3972

New Features

  • Add vimdoc support in lang#vim layer #4010
  • Add statusline theme for colorscheme one #3999, #3997
  • Add test command for lang#zig layer #3970
  • Add splitjoin key bindings #3956
  • Add LSP CodeActions for php and javascript #3937
  • Add random-candidates for colorscheme layer #3671
  • Add language SPC key binding function #3260
  • Add custom register language specific mapping function #2868
  • Add cache major mode #3076

Improvements

  • Improve terminal support #3318
  • Improve projectmanager #3489
  • Improve lang#lisp layer #3107
  • Improve lang#java layer #3954
  • Improve lang#typescript layer #3948
  • Improve lang#python layer #3947
  • Improve lang#asciidoc layer #3556
  • Improve tag database manager #3981
  • Improve key binding guide for g #3496
  • Ignore .git directory for rg command #3996
  • Improve tsx support #3993

Feature Changes

  • Change fortran indent file format #3975
  • Remove useless php plugin #3979

Bug Fixs

  • Fix auto_completion_complete_with_key_sequence option #3939
  • Fix iskeyword option for vim script #3990
  • Fix grep command option in ctrlp #3955
  • Fix printf() arguments #4014
  • Fix code runner #4011
  • Fix unknown function gtags#update #4009
  • Fix wrong valuable name #4008
  • Fix compare error #4001
  • Fix file format #3998
  • Fix default root patterns for ctrlp #3978
  • Fix gitstatus not shown in defx #3973
  • Rename OmniSharpFindType to OmniSharpTypeLookup #3628
  • Fix dein-ui detach script #4018
  • Fix g:indentLine_fileTypeExclude option #3961

Doc&&Wiki

  • Update doc for LangSPC function #4012
  • Update doc for SPC f / #3935
  • Update doc for SPC f Y #3983
  • Update doc for statusline #3665
  • Update faq page #3984
  • Update file head #3379
  • Update sponsors page #3942
  • Update language guide #3986
  • Update doc for reinstalling plugins #3992
  • Update doc for lang#sml layer #3977
  • Update doc for expand-region key bindings #3952
  • Types #4000, #3488