1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-21 08:21:14 +01:00

tests: use __empty and __raw

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-27 18:36:32 +01:00
parent aa3a1dfb02
commit 02b73edd9a
No known key found for this signature in database
GPG key ID: 86B6FCCC3563C00B
200 changed files with 733 additions and 718 deletions

View file

@ -50,7 +50,7 @@
win_config = {
position = "right";
width = 20;
win_opts = { };
win_opts.__empty = { };
};
};
file_history_panel = {
@ -63,14 +63,14 @@
multi_file.diff_merges = "first-parent";
};
hg = {
single_file = { };
multi_file = { };
single_file.__empty = { };
multi_file.__empty = { };
};
};
win_config = {
position = "top";
height = 10;
win_opts = { };
win_opts.__empty = { };
};
};