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
Edited to put a screenshot
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.
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.