elixir-tools.nvim icon indicating copy to clipboard operation
elixir-tools.nvim copied to clipboard

Credo Integration

Open collegeimprovements opened this issue 3 years ago • 2 comments

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.

collegeimprovements avatar Apr 09 '22 20:04 collegeimprovements

Great idea, thanks!

mhanberg avatar Apr 09 '22 20:04 mhanberg

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

mhanberg avatar Apr 10 '22 06:04 mhanberg