From e224c2219cb875daffa4aa3b5aadb1b9e301b573 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 18 May 2024 01:15:59 +0100 Subject: [PATCH] fix(mise/tools): remove neovim and cargo-quickinstall --- config/mise/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index ae68d02..8551225 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -16,7 +16,6 @@ show_tools = false "cargo:cargo-binstall" = "latest" "cargo:cargo-edit" = "latest" "cargo:cargo-info" = "latest" -"cargo:cargo-quickinstall" = "latest" "cargo:cargo-update" = "latest" "cargo:difftastic" = "latest" "cargo:dirstat-rs" = "latest" @@ -86,7 +85,6 @@ k9s = "latest" kubectl = "latest" kubectx = "latest" lua = "latest" -neovim = "latest" node = "lts" python = "latest" rclone = "latest"