nikvdp/nvim-lsp-config

nvim-lspinstall deprecated

rjorgenson-ns opened this issue · 2 comments

Tried setting this up and fell down an lsp/lua rabbit hole trying to figure out why I kept getting errors.

kabouzeid/nvim-lspinstall has been deprecated and no longer works, there is an alternative installer https://github.com/williamboman/nvim-lsp-installer that supports new versions of neovim. There are more details that go over my head here neovim/nvim-lspconfig#1075 (comment)

Hey @rjorgenson-ns, sorry to hear about that.

I have some fixes for that (among other things) in the https://github.com/nikvdp/nvim-lsp-config/tree/neovim0.6-updates, I'll go ahead and merge those in, I believe they will the LSP issues

@nikvdp awesome that all worked great =] Thanks!