elixir-tools.nvim
elixir-tools.nvim copied to clipboard
Credo Integration
Thanks a lot for elixir.nvim.
Thanks a lot for your blogposts about how to setup neovim for elixir development. They are massively helpful.
It would be great if Credo can be integrated with this plugin.
Great idea, thanks!
Not totally necessary for a Credo integration, but I opened a Credo proposal to add a language server within Credo, so you could potentially run mix credo.lsp to start a credo server, and integrate with it the same way that we integrate with Elixir LS
https://github.com/rrrene/credo-proposals/issues/77