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
Would it be possible to use mason for LSP management but have also the nice integration with elixir-tools?
ElixirLS is available through mason, but is it possible to add Credo LSP also to masen, so it could be managed with this tool?
The text was updated successfully, but these errors were encountered:
There is no real reason to have Mason manage credo-language-server, as it's just a single script contained in the plugin and runs Mix.install to install itself.
It is possible to use mason to install ElixirLS and then start it with elixir-tools.nvim, but I don't really understand the benefit of that. one of the benefits to elixir-tools.nvim is that it compiles it for the exact elixir and erlang versions of your project, to ensure there is no weirdness.
There is still some improvement to be made around this, which I have #12 and #13 to track those efforts.
Would it be possible to use mason for LSP management but have also the nice integration with elixir-tools?
ElixirLS is available through mason, but is it possible to add Credo LSP also to masen, so it could be managed with this tool?
The text was updated successfully, but these errors were encountered: