1
0
Fork 0
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:
saygo-png 2025-10-27 18:36:32 +01:00 committed by Matt Sturgeon
parent 9c2c9a1b35
commit 79d53a50e2
200 changed files with 733 additions and 718 deletions

View file

@ -18,18 +18,18 @@
echo_preview_url = 1;
browser_func = "";
preview_options = {
mkit = [ ];
katex = [ ];
uml = [ ];
maid = [ ];
mkit.__empty = { };
katex.__empty = { };
uml.__empty = { };
maid.__empty = { };
disable_sync_scroll = 0;
sync_scroll_type = "middle";
hide_yaml_meta = 1;
sequence_diagrams = [ ];
flowchart_diagrams = [ ];
sequence_diagrams.__empty = { };
flowchart_diagrams.__empty = { };
content_editable = 0;
disable_filename = 0;
toc = [ ];
toc.__empty = { };
};
markdown_css = "/Users/username/markdown.css";
highlight_css.__raw = "vim.fn.expand('~/highlight.css')";