vim-crates
vim-crates copied to clipboard
Handle Cargo dependencies like a Rustavimean.
Seems like these callbacks are used particularly for buffer highlights, so it should be fine to only call them on Neovim. Otherwise the function errors out on standard Vim.
I ask this having no clue how hard it would be, but it would save users a trip to the docs or an install of `cargo-whatfeatures`.
Does what the title says. For example, if a crate's version is set to `1.3.1` but latest is `1.4.0`, then latest would match the version requirement and thus won't be...
It would be nice to show a checkmark or something similar for up-to-date crates. Just to see that the plugin actually did its job and all is well.
Upstream Vim got some initial support for virtual text attached to text props: https://vimhelp.org/textprop.txt.html#virtual-text. It's likely there's bugs and edge cases, and I can't see a way to attach padding,...