From 9ea51582f955d4434f766d225a652c07024d71b3 Mon Sep 17 00:00:00 2001 From: Shuya Motouchi Date: Wed, 15 Jan 2025 15:51:05 +0900 Subject: [PATCH] Add cargo.nvim to Project/Tooling Updates Adding cargo.nvim, a Neovim plugin that provides integration with Cargo commands through a floating window interface. --- draft/2025-01-15-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-15-this-week-in-rust.md b/draft/2025-01-15-this-week-in-rust.md index 6a7c8d1a9..69384bf0b 100644 --- a/draft/2025-01-15-this-week-in-rust.md +++ b/draft/2025-01-15-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. * [Rust Trends Issue #57](https://rust-trends.com/newsletter/start-2025-with-rust-honeypots-free-cloud-deployments-and-software-reliability/) ### Project/Tooling Updates +* [cargo.nvim - A Neovim plugin for Rust's Cargo commands](https://github.com/nwiizo/cargo.nvim) + A plugin that enables seamless integration with Cargo commands in Neovim, providing a floating window interface for executing Cargo operations directly from your editor. ### Observations/Thoughts