Skip to content

Commit d025ea6

Browse files
khanelimanGaetanLepage
authored andcommitted
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.
1 parent 6e8d9f8 commit d025ea6

File tree

1 file changed

+3
-0
lines changed
  • tests/test-sources/plugins/by-name/easy-dotnet

1 file changed

+3
-0
lines changed

tests/test-sources/plugins/by-name/easy-dotnet/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
empty = {
3+
test.runNvim = false;
34
plugins.easy-dotnet.enable = true;
45
};
56

67
defaults = {
8+
test.runNvim = false;
79
plugins = {
810
telescope.enable = true;
911
web-devicons.enable = true;
@@ -146,6 +148,7 @@
146148
};
147149

148150
example = {
151+
test.runNvim = false;
149152
plugins = {
150153
fzf-lua.enable = true;
151154
easy-dotnet = {

0 commit comments

Comments
 (0)