elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
403 stars 30 forks source link

credo-language-server 0.1.0-rc.1 not working #109

Closed dvic closed 1 year ago

dvic commented 1 year ago

I can't seem to get 0.1.0-rc.1 working. It seems like it's hanging on 'Initializing credo'. Is there a way I can debug what's going on? (I don't see any credo output on ElixirOutputPanel)

mhanberg commented 1 year ago

There is a bug, I haven't released the fix yet.

But you can use https://github.com/mhanberg/output-panel.nvim to see the logs easier.

mhanberg commented 1 year ago

You can try 0.1.0-rc.2 now

dvic commented 1 year ago

You can try 0.1.0-rc.2 now

Works like a charm, thanks! #110 for the update on the readme in case someone copy pastes the old version