mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-15 21:41:11 +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
|
|
@ -66,7 +66,7 @@
|
|||
enabled = false;
|
||||
after = 30;
|
||||
};
|
||||
format = null;
|
||||
format.__raw = "nil";
|
||||
virt_texts = {
|
||||
priority = 2048;
|
||||
};
|
||||
|
|
@ -76,9 +76,9 @@
|
|||
(lib.nixvim.mkRaw "vim.diagnostic.severity.INFO")
|
||||
(lib.nixvim.mkRaw "vim.diagnostic.severity.HINT")
|
||||
];
|
||||
overwrite_events = null;
|
||||
overwrite_events.__raw = "nil";
|
||||
};
|
||||
disabled_ft = [ ];
|
||||
disabled_ft.__empty = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue