From bd33ce4000800a44b66e9d5a596d8abe6bf4bb16 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 8 Apr 2025 06:37:23 -0700 Subject: [PATCH] tests: stub neovim and vimPlugins and darwin (#6779) --- tests/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/default.nix b/tests/default.nix index 141682c26..1f144723f 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -141,6 +141,7 @@ let "ne" "neomutt" "neovide" + "neovim" "nheko" "nix" "nix-index" @@ -185,6 +186,7 @@ let "translate-shell" "vifm" "vim-vint" + "vimPlugins" "vscode" "watson" "wezterm"