kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 66 forks source link

Error while trying to update using LspInstall #87

Open Trid-collab opened 3 years ago

Trid-collab commented 3 years ago

After the updating to the recent neovim nightly and also LspInstall and Lsp config , i am getting the following error when I trying to update the autocomplete server using the LspInstall option. Is there something I am doing wrong

Screenshot 2021-06-14 154246

PellePedro commented 3 years ago

I'm experience the same error when I build Neovim with with option CMAKE_BUILD_TYPE=RelWithDebInfo. However when building neovim with the option CMAKE_BUILD_TYPE=Release, then I can successfully install language servers with LspInstall.

Trid-collab commented 3 years ago

I am using nvim nightly - nvim appimage on Ubuntu on WSL2

kabouzeid commented 3 years ago

can't reproduce this, wish I could help