mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
parent
4d064bd6f0
commit
c4fa33a41c
@ -11,7 +11,7 @@ function! SpaceVim#layers#lsp#plugins() abort
|
||||
|
||||
if has('nvim')
|
||||
call add(plugins, ['autozimu/LanguageClient-neovim',
|
||||
\ { 'merged': 0, 'if': has('python3') }])
|
||||
\ { 'merged': 0, 'if': has('python3'), 'build' : 'bash install.sh' }])
|
||||
else
|
||||
call add(plugins, ['prabirshrestha/async.vim', {'merged' : 0}])
|
||||
call add(plugins, ['prabirshrestha/vim-lsp', {'merged' : 0}])
|
||||
|
@ -70,6 +70,7 @@ The next release is v0.9.0.
|
||||
- Fix Unknown function: TSOnBufEnter for nvim-typescript ([#2062](https://github.com/SpaceVim/SpaceVim/pull/2062))
|
||||
- Fix icon in windows ([#2082](https://github.com/SpaceVim/SpaceVim/pull/2082))
|
||||
- Fix toggle highlight tail spaces ([#2080](https://github.com/SpaceVim/SpaceVim/pull/2080))
|
||||
- Fix lsp layer plugin installation ([#2108](https://github.com/SpaceVim/SpaceVim/pull/2108))
|
||||
|
||||
### Removed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user