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

fix(mason): use lspconfig server name instead #106

Closed akiletour closed 1 year ago

akiletour commented 1 year ago

Hi !

Since the last Mason update, we have to set LSPConfig server name instead of mason package name.

However, I'm not sure how to support chrome-debug-adapter and node-debug2-adapter which are not LSPs.

Do you have an idea?

akiletour commented 1 year ago

I've found this :

https://github.com/williamboman/mason.nvim/wiki/Extensions

ecosse3 commented 1 year ago

Hi, thanks for PR - I didn't have time yet to update it. I think we should skip chrome-debug-adapter and node-debug2-adapter in that case for now.

ecosse3 commented 1 year ago

Fixed in https://github.com/ecosse3/nvim/commit/36caeed763fe24477b920cc796f8c9e7e60fc21c