williamboman / mason-lspconfig.nvim

Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
Apache License 2.0
2.57k stars 157 forks source link

Add LSP for Hardware Description Languages #166

Open ardubev16 opened 1 year ago

ardubev16 commented 1 year ago

Is your feature request related to a problem? Please describe.

As of now mason-lspconfig doesn't allow to install LSPs for VHDL, a Hardware Description Languages.

Describe the solution you'd like

I would like to suggest adding these two LSPs which are already supported by nvim-lspconfig:

Describe potential alternatives you've considered

No response

Additional context

No response

k1rowashere commented 3 months ago

I would appreciate also including rust-hdl --> vhdl_ls . Which is also supported by lspconfig. Thank you.