-
Hi there! When working on a rust project in the past I found it to be a major annoyance to manage a Cargo.toml in vim. Especially checking the version of each crate manually to see if there were updates. I found vim-crates, which was a great improvement to my previous workflow, by showing out of date crates, but still left me wanting more.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
So to fix the shortcomings I felt with vim-crates and to teach myself a bit of lua I created crates.nvim. It sports a nvim-cmp completion source, a popup that list all versions for a crate, live updates while editing and some more stuff that I found to be useful.
-
So to fix the shortcomings I felt with vim-crates and to teach myself a bit of lua I created crates.nvim. It sports a nvim-cmp completion source, a popup that list all versions for a crate, live updates while editing and some more stuff that I found to be useful.
-
Ha-ha, what a funny coincidence! I've recently started working on plugin with same idea too. Love your approach to make user configurate everything!
-
I went ahead and opened https://github.com/simrat39/rust-tools.nvim/issues/58 :-) I hope you do not mind.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives