kabouzeid / nvim-lspinstall

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

Does ESLint Language Server will be added to LSPInstall? #187

Open ecosse3 opened 2 years ago

ecosse3 commented 2 years ago

Hey,

actually, it is only a question from my side. Recently ESLint Language Server has been added officially to nvim-lspconfig. Do you plan to add it to LSPInstall to provide a better out-of-box configuration?

https://github.com/neovim/nvim-lspconfig/pull/1273

I am very curious about that because right now I was only working with efm and experimenting with null-ls so LSP for ESLint is very interesting.

Thank you