You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mason-lspconfig complains that the server name is not valid: [mason-lspconfig.nvim] Server "mojo" is not a valid entry in ensure_installed. Make sure to only provide lspconfig server names..
Describe the solution you'd like
Add a mapping for "mojo" to "mojo-lsp-server".
Describe potential alternatives you've considered
Current workaround is configuring mojo from lspconfig, directly bypassing mason-lspconfig as described above.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Mojo configuration has been added as a locally installed server in 2804, and hence can be configured using lspconfig as:
mason-lspconfig complains that the server name is not valid:
[mason-lspconfig.nvim] Server "mojo" is not a valid entry in ensure_installed. Make sure to only provide lspconfig server names.
.Describe the solution you'd like
Add a mapping for "mojo" to "mojo-lsp-server".
Describe potential alternatives you've considered
Current workaround is configuring mojo from lspconfig, directly bypassing mason-lspconfig as described above.
Additional context
No response
The text was updated successfully, but these errors were encountered: