From 1363c3800f3a4595323673d7396235dc2231efa0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 5 Jan 2024 21:44:11 -0500 Subject: [PATCH] feat: Add cargo-edit Used for the "cargo upgrade" command, which also updates the Cargo.toml. Should eventually be upstreamed to cargo. Currently cargo-edit has some issues with the index it uses, resulting in long loading times. See: https://internals.rust-lang.org/t/feedback-on-cargo-upgrade-to-prepare-it-for-merging/17101 --- home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/neovim.nix b/home/neovim.nix index e5e62788..ae0ca228 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -73,6 +73,7 @@ in cargo-license cargo-feature cargo-tarpaulin + cargo-edit rust-analyzer bacon clippy