junnplus / lsp-setup.nvim

A simple wrapper for nvim-lspconfig and mason-lspconfig to easily setup LSP servers.
Apache License 2.0
225 stars 12 forks source link

Switch out nvim-lsp-installer for mason.nvim #20

Closed arafatamim closed 2 years ago

arafatamim commented 2 years ago

The author of nvim-lsp-installer decided to deprecate the project and introduce mason.nvim as its successor. Looks like this plugin will have to be updated to accommodate this change.

junnplus commented 2 years ago

Thanks for reminding me, I will take some time to migrate it.

travisby commented 2 years ago

Thanks for this fix!