Skip to content

Neovim plugin for cargo.toml, inserts crate's latest version

Notifications You must be signed in to change notification settings

kahgeh/ls-crates.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ls-crates.nvim

A simple plugin that gets the latest version from crates.io for the crate.

When editing cargo.toml, e.g.

[dependencies]
tower=""

executing the insert_latest_version method will result in the version being populated

[dependencies]
tower="0.4.8"

References

About

Neovim plugin for cargo.toml, inserts crate's latest version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages