mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-24 18:00:59 +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
|
|
@ -30,7 +30,7 @@
|
|||
end
|
||||
'';
|
||||
};
|
||||
ignore_filetypes = { };
|
||||
ignore_filetypes.__empty = { };
|
||||
ignore_buftypes = {
|
||||
nofile = true;
|
||||
};
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
fader = "require('specs').linear_fader";
|
||||
resizer = "require('specs').shrink_resizer";
|
||||
};
|
||||
ignore_filetypes = { };
|
||||
ignore_filetypes.__empty = { };
|
||||
ignore_buftypes = {
|
||||
nofile = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue