mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
||||
{
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue