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.
This commit is contained in:
Austin Horstman 2025-06-10 19:55:37 -05:00
parent 2b89add5d8
commit 2317bb18d5
No known key found for this signature in database

View file

@ -1,9 +1,11 @@
{ {
empty = { empty = {
test.runNvim = false;
plugins.easy-dotnet.enable = true; plugins.easy-dotnet.enable = true;
}; };
defaults = { defaults = {
test.runNvim = false;
plugins = { plugins = {
telescope.enable = true; telescope.enable = true;
web-devicons.enable = true; web-devicons.enable = true;
@ -146,6 +148,7 @@
}; };
example = { example = {
test.runNvim = false;
plugins = { plugins = {
fzf-lua.enable = true; fzf-lua.enable = true;
easy-dotnet = { easy-dotnet = {