Skip to content

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

@XVilka

Description

@XVilka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions