mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
tests: use __empty and __raw
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
9c2c9a1b35
commit
79d53a50e2
200 changed files with 733 additions and 718 deletions
|
|
@ -38,7 +38,7 @@
|
|||
non_standalone = false;
|
||||
};
|
||||
logging = true;
|
||||
injector = { };
|
||||
injector.__empty = { };
|
||||
cache = {
|
||||
update_interval = 60 * 60 * 24 * 7;
|
||||
};
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
show_stats = true;
|
||||
};
|
||||
picker = {
|
||||
provider = null;
|
||||
provider.__raw = "nil";
|
||||
};
|
||||
hooks = {
|
||||
"enter" = { };
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
focus_testcases = "H";
|
||||
focus_result = "L";
|
||||
};
|
||||
theme = { };
|
||||
theme.__empty = { };
|
||||
image_support = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue