From 2317bb18d5a101ceebdaec75ea083803100c58e1 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 10 Jun 2025 19:55:37 -0500 Subject: [PATCH] tests/easy-dotnet: dont run nvim Will try to run dotnet tool install for easydotnet testrunner. We can't mutate the environment, disable running, for now. --- tests/test-sources/plugins/by-name/easy-dotnet/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-sources/plugins/by-name/easy-dotnet/default.nix b/tests/test-sources/plugins/by-name/easy-dotnet/default.nix index 05cb2564..96f66fd9 100644 --- a/tests/test-sources/plugins/by-name/easy-dotnet/default.nix +++ b/tests/test-sources/plugins/by-name/easy-dotnet/default.nix @@ -1,9 +1,11 @@ { empty = { + test.runNvim = false; plugins.easy-dotnet.enable = true; }; defaults = { + test.runNvim = false; plugins = { telescope.enable = true; web-devicons.enable = true; @@ -146,6 +148,7 @@ }; example = { + test.runNvim = false; plugins = { fzf-lua.enable = true; easy-dotnet = {