nikvdp / nvim-lsp-config

97 stars 22 forks source link

nvim-lspinstall deprecated #6

Closed rjorgenson-ns closed 2 years ago

rjorgenson-ns commented 2 years ago

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 https://github.com/neovim/nvim-lspconfig/issues/1075#issuecomment-980801779

nikvdp commented 2 years ago

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

rjorgenson-ns commented 2 years ago

@nikvdp awesome that all worked great =] Thanks!