HexCheck for Neovim - check for latest versions of a hex package inside your mix.exs directly from Neovim!

Hello everyone, today I created a simple Neovim plugin to check for new versions of packages used in the project, not sure if it is useful for other ppl, but it was something that I wanted for some time so HERE it is.

Let me know your thoughts :slight_smile:


Edited to put a screenshot

6 Likes

Very nice, thanks for making this! I’ll try it.

Take a look at GitHub - saecki/crates.nvim: A neovim plugin that helps managing crates.io dependencies for some inspiration as well. I love using that Nvim plugin when working with Rust.

3 Likes

Will do thanks!

That looks really amazing! thanks again for that link

You are very welcome. Figured it might be educational and give you ideas. Glad it helped.