Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the plugin to check the updates in the opam file #45

Open
XVilka opened this issue Nov 26, 2019 · 0 comments
Open

Provide the plugin to check the updates in the opam file #45

XVilka opened this issue Nov 26, 2019 · 0 comments

Comments

@XVilka
Copy link
Contributor

XVilka commented Nov 26, 2019

To be able to see available new versions of your dependencies. Good example on how it can be handled is Rust "crates" plugin:

https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates

This is "crates", an extension for crates.io dependencies. Aims helping developers to manage dependencies while using Cargo.toml.

Features:

  • Displays the latest version of the crate next to it
  • Shows all versions (clickable) on tooltip of the crate hovered.

Would be nice to have the similar feature in this vim plugin as well, when opening opam file.

Update Single Dependency

image

Update All Dependencies (lazy mode)

image

The example Vim plugin is here: https://github.com/mhinz/vim-crates

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant