ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.21k stars 109 forks source link

Move from nvim-lsp-installer to Mason #80

Closed alfredosdpiii closed 2 years ago

alfredosdpiii commented 2 years ago

nvim-lsp-installer will no longer be maintained I think we need to move to mason.

https://github.com/williamboman/nvim-lsp-installer/discussions/876

ecosse3 commented 2 years ago

Thanks for the suggestion. I'll move Ecovim to Mason soon. It's crazy how often they're changing installer plugins, it's already 3 times.

alfredosdpiii commented 2 years ago

Yeah but this seems a better way of implementing installer plugins since it's all in one and includes DAP adapters, linters, etc. I think it'll last longer than the previous implementations since the extension for mason ( mason-lspconfig ) works with lspconfig. I have a fork of your config and switched it over to Mason and I think it works well.