diff --git a/autoload/SpaceVim/layers/lsp.vim b/autoload/SpaceVim/layers/lsp.vim index aefe7c2e4..a869c03aa 100644 --- a/autoload/SpaceVim/layers/lsp.vim +++ b/autoload/SpaceVim/layers/lsp.vim @@ -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}]) diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index 32fbefe15..8ee6ab797 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -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