mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/parrot: do not run nvim as it requires an api_key
This commit is contained in:
parent
14347a615e
commit
e89eb15456
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Not including defaults are they are too big
|
# Not including defaults are they are too big
|
||||||
{
|
{
|
||||||
minimal = {
|
minimal = {
|
||||||
|
# lua/parrot/provider/init.lua:11: config.api_key is required
|
||||||
|
test.runNvim = false;
|
||||||
|
|
||||||
plugins.parrot = {
|
plugins.parrot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -9,6 +12,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
# lua/parrot/provider/init.lua:11: config.api_key is required
|
||||||
|
test.runNvim = false;
|
||||||
|
|
||||||
plugins.parrot = {
|
plugins.parrot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue