mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -18,25 +18,25 @@
|
|||
echo_preview_url = true;
|
||||
browser_func = "";
|
||||
preview_options = {
|
||||
mkit = [];
|
||||
katex = [];
|
||||
uml = [];
|
||||
maid = [];
|
||||
mkit = [ ];
|
||||
katex = [ ];
|
||||
uml = [ ];
|
||||
maid = [ ];
|
||||
disable_sync_scroll = false;
|
||||
sync_scroll_type = "middle";
|
||||
hide_yaml_meta = true;
|
||||
sequence_diagrams = [];
|
||||
flowchart_diagrams = [];
|
||||
sequence_diagrams = [ ];
|
||||
flowchart_diagrams = [ ];
|
||||
content_editable = false;
|
||||
disable_filename = false;
|
||||
toc = [];
|
||||
toc = [ ];
|
||||
};
|
||||
markdown_css = "/Users/username/markdown.css";
|
||||
highlight_css.__raw = "vim.fn.expand('~/highlight.css')";
|
||||
port = "8080";
|
||||
page_title = "「\$\{name}」";
|
||||
images_path = "";
|
||||
filetypes = ["markdown"];
|
||||
filetypes = [ "markdown" ];
|
||||
theme = "dark";
|
||||
combine_preview = false;
|
||||
combine_preview_auto_refresh = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue