VonHeikemen / lsp-zero.nvim

A starting point to setup some lsp related features in neovim.
https://lsp-zero.netlify.app/docs/
MIT License
3.85k stars 100 forks source link

Suggest LSP Servers is cool feature; consider making it its own plugin #104

Closed aaronik closed 1 year ago

aaronik commented 1 year ago

Hello,

Your feature for suggesting lsp servers is great. Is there any chance you might turn it into its own plugin? Or do you know of any plugins that do it already?

VonHeikemen commented 1 year ago

The actual suggestions come from mason-lspconfig.nvim. If you execute the command LspInstall it'll show you the menu with the suggestions. What lsp-zero does is keep track of the "new" filetypes and ask the first question.

aaronik commented 1 year ago

Oh yeah, cool thank you!