We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Would be nice to have the similar feature in this vim plugin as well, when opening opam file.
The example Vim plugin is here: https://github.com/mhinz/vim-crates
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Would be nice to have the similar feature in this vim plugin as well, when opening opam file.
Update Single Dependency
Update All Dependencies (lazy mode)
The example Vim plugin is here: https://github.com/mhinz/vim-crates
The text was updated successfully, but these errors were encountered: