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 committed by Gaétan Lepage
parent 6e8d9f84b8
commit d025ea6be3

View file

@ -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 = {