tests/parrot: do not run nvim as it requires an api_key

This commit is contained in:
Gaetan Lepage 2025-06-09 11:12:17 +02:00 committed by Gaétan Lepage
parent 14347a615e
commit e89eb15456

View file

@ -1,6 +1,9 @@
# Not including defaults are they are too big
{
minimal = {
# lua/parrot/provider/init.lua:11: config.api_key is required
test.runNvim = false;
plugins.parrot = {
enable = true;
@ -9,6 +12,9 @@
};
example = {
# lua/parrot/provider/init.lua:11: config.api_key is required
test.runNvim = false;
plugins.parrot = {
enable = true;