1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Update Following head page (#4170)

This commit is contained in:
Wang Shidong 2021-04-04 22:18:53 +08:00 committed by GitHub
parent 59ffa3a1e5
commit 4af147364c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 99 additions and 0 deletions

View File

@ -7,6 +7,55 @@
<!-- call SpaceVim#dev#followHEAD#update('cn') -->
<!-- SpaceVim follow HEAD en start -->
#### 新特性
- Add multiple tasks support [#4150](https://github.com/SpaceVim/SpaceVim/pull/4150)
- add more language support key for typescript [#4141](https://github.com/SpaceVim/SpaceVim/pull/4141)
- Add .SpaceVim.d/after to the end of rtp [#4136](https://github.com/SpaceVim/SpaceVim/pull/4136)
- Add task problem matcher [#4127](https://github.com/SpaceVim/SpaceVim/pull/4127)
- Add build action [#4096](https://github.com/SpaceVim/SpaceVim/pull/4096)
- Add github_action_check [#4095](https://github.com/SpaceVim/SpaceVim/pull/4095)
- Add vint github action [#4094](https://github.com/SpaceVim/SpaceVim/pull/4094)
- Add lang#reason & lang#rescript layer [#4089](https://github.com/SpaceVim/SpaceVim/pull/4089)
- Add Git cherry-pick support [#4088](https://github.com/SpaceVim/SpaceVim/pull/4088)
- Add: new configuration options for go layer to take advantage of gopls features [#3837](https://github.com/SpaceVim/SpaceVim/pull/3837)
#### 改变
- Change the go lsp to gopls, add lsp for terraform and yaml [#4015](https://github.com/SpaceVim/SpaceVim/pull/4015)
- Change Lint options [#3943](https://github.com/SpaceVim/SpaceVim/pull/3943)
#### 问题修复
- Fix cursor shape option [#4168](https://github.com/SpaceVim/SpaceVim/pull/4168)
- Fix autocomplete_method logic [#4159](https://github.com/SpaceVim/SpaceVim/pull/4159)
- fix language leader key not work when open tsx file [#4140](https://github.com/SpaceVim/SpaceVim/pull/4140)
- Fix flygrep open_item function [#4115](https://github.com/SpaceVim/SpaceVim/pull/4115)
- Fix smart close issue for Vim [#4110](https://github.com/SpaceVim/SpaceVim/pull/4110)
- Fix github action build status [#4105](https://github.com/SpaceVim/SpaceVim/pull/4105)
- Fix configuration path [#4097](https://github.com/SpaceVim/SpaceVim/pull/4097)
#### 未知
- Improve tabline and statusline [#4169](https://github.com/SpaceVim/SpaceVim/pull/4169)
- docs: fix typos in edit layer [#4166](https://github.com/SpaceVim/SpaceVim/pull/4166)
- Secret.allah [#4165](https://github.com/SpaceVim/SpaceVim/pull/4165)
- Update `lang#ruby` layer [#4164](https://github.com/SpaceVim/SpaceVim/pull/4164)
- Doc: update markdown documents. [#4162](https://github.com/SpaceVim/SpaceVim/pull/4162)
- Update python doc [#4154](https://github.com/SpaceVim/SpaceVim/pull/4154)
- Ignore E790 on formating [#4148](https://github.com/SpaceVim/SpaceVim/pull/4148)
- Define dir to save edits [#4143](https://github.com/SpaceVim/SpaceVim/pull/4143)
- Lazy-load vimtex [#4139](https://github.com/SpaceVim/SpaceVim/pull/4139)
- Doc: Fix typos [#4137](https://github.com/SpaceVim/SpaceVim/pull/4137)
- disable colors for ipython repl [#4134](https://github.com/SpaceVim/SpaceVim/pull/4134)
- doc: project_rooter_automatically [#4129](https://github.com/SpaceVim/SpaceVim/pull/4129)
- feat: add autocomplete toggle for deoplete [#4125](https://github.com/SpaceVim/SpaceVim/pull/4125)
- Iedit read from vim register [#4124](https://github.com/SpaceVim/SpaceVim/pull/4124)
- readme.md [#4123](https://github.com/SpaceVim/SpaceVim/pull/4123)
- Update gtags install guide [#4119](https://github.com/SpaceVim/SpaceVim/pull/4119)
- Set `tabstop`, `softtabstop` and `shiftwidth` to the same value only if default_indent is positive [#4116](https://github.com/SpaceVim/SpaceVim/pull/4116)
- Update codecov [#4107](https://github.com/SpaceVim/SpaceVim/pull/4107)
- Print error if user's bootstrap was unsuccessful [#4093](https://github.com/SpaceVim/SpaceVim/pull/4093)
<!-- SpaceVim follow HEAD en end -->

View File

@ -9,6 +9,56 @@ The next release is v1.7.0:
<!-- call SpaceVim#dev#followHEAD#update('en') -->
<!-- SpaceVim follow HEAD en start -->
#### New Features
- Add multiple tasks support [#4150](https://github.com/SpaceVim/SpaceVim/pull/4150)
- add more language support key for typescript [#4141](https://github.com/SpaceVim/SpaceVim/pull/4141)
- Add .SpaceVim.d/after to the end of rtp [#4136](https://github.com/SpaceVim/SpaceVim/pull/4136)
- Add task problem matcher [#4127](https://github.com/SpaceVim/SpaceVim/pull/4127)
- Add build action [#4096](https://github.com/SpaceVim/SpaceVim/pull/4096)
- Add github_action_check [#4095](https://github.com/SpaceVim/SpaceVim/pull/4095)
- Add vint github action [#4094](https://github.com/SpaceVim/SpaceVim/pull/4094)
- Add lang#reason & lang#rescript layer [#4089](https://github.com/SpaceVim/SpaceVim/pull/4089)
- Add Git cherry-pick support [#4088](https://github.com/SpaceVim/SpaceVim/pull/4088)
- Add: new configuration options for go layer to take advantage of gopls features [#3837](https://github.com/SpaceVim/SpaceVim/pull/3837)
#### Feature Changes
- Change the go lsp to gopls, add lsp for terraform and yaml [#4015](https://github.com/SpaceVim/SpaceVim/pull/4015)
- Change Lint options [#3943](https://github.com/SpaceVim/SpaceVim/pull/3943)
#### Bug Fixs
- Fix cursor shape option [#4168](https://github.com/SpaceVim/SpaceVim/pull/4168)
- Fix autocomplete_method logic [#4159](https://github.com/SpaceVim/SpaceVim/pull/4159)
- fix language leader key not work when open tsx file [#4140](https://github.com/SpaceVim/SpaceVim/pull/4140)
- Fix flygrep open_item function [#4115](https://github.com/SpaceVim/SpaceVim/pull/4115)
- Fix smart close issue for Vim [#4110](https://github.com/SpaceVim/SpaceVim/pull/4110)
- Fix github action build status [#4105](https://github.com/SpaceVim/SpaceVim/pull/4105)
- Fix configuration path [#4097](https://github.com/SpaceVim/SpaceVim/pull/4097)
#### Unmarked PRs
- Improve tabline and statusline [#4169](https://github.com/SpaceVim/SpaceVim/pull/4169)
- docs: fix typos in edit layer [#4166](https://github.com/SpaceVim/SpaceVim/pull/4166)
- Secret.allah [#4165](https://github.com/SpaceVim/SpaceVim/pull/4165)
- Update `lang#ruby` layer [#4164](https://github.com/SpaceVim/SpaceVim/pull/4164)
- Doc: update markdown documents. [#4162](https://github.com/SpaceVim/SpaceVim/pull/4162)
- Update python doc [#4154](https://github.com/SpaceVim/SpaceVim/pull/4154)
- Ignore E790 on formating [#4148](https://github.com/SpaceVim/SpaceVim/pull/4148)
- Define dir to save edits [#4143](https://github.com/SpaceVim/SpaceVim/pull/4143)
- Lazy-load vimtex [#4139](https://github.com/SpaceVim/SpaceVim/pull/4139)
- Doc: Fix typos [#4137](https://github.com/SpaceVim/SpaceVim/pull/4137)
- disable colors for ipython repl [#4134](https://github.com/SpaceVim/SpaceVim/pull/4134)
- doc: project_rooter_automatically [#4129](https://github.com/SpaceVim/SpaceVim/pull/4129)
- feat: add autocomplete toggle for deoplete [#4125](https://github.com/SpaceVim/SpaceVim/pull/4125)
- Iedit read from vim register [#4124](https://github.com/SpaceVim/SpaceVim/pull/4124)
- readme.md [#4123](https://github.com/SpaceVim/SpaceVim/pull/4123)
- Update gtags install guide [#4119](https://github.com/SpaceVim/SpaceVim/pull/4119)
- Set `tabstop`, `softtabstop` and `shiftwidth` to the same value only if default_indent is positive [#4116](https://github.com/SpaceVim/SpaceVim/pull/4116)
- Update codecov [#4107](https://github.com/SpaceVim/SpaceVim/pull/4107)
- Print error if user's bootstrap was unsuccessful [#4093](https://github.com/SpaceVim/SpaceVim/pull/4093)
<!-- SpaceVim follow HEAD en end -->
## Latest Release