plugins/languages: move to by-name

This commit is contained in:
Austin Horstman 2024-09-09 14:11:14 -05:00
parent 9d323f3ec7
commit b1d0959bc9
No known key found for this signature in database
71 changed files with 19 additions and 36 deletions

View file

@ -1,46 +0,0 @@
{
empty = {
plugins.markdown-preview.enable = true;
};
example = {
plugins.markdown-preview = {
enable = true;
settings = {
auto_start = 1;
auto_close = 1;
refresh_slow = 0;
command_for_global = 0;
open_to_the_world = 0;
open_ip = "";
browser = "firefox";
echo_preview_url = 1;
browser_func = "";
preview_options = {
mkit = [ ];
katex = [ ];
uml = [ ];
maid = [ ];
disable_sync_scroll = 0;
sync_scroll_type = "middle";
hide_yaml_meta = 1;
sequence_diagrams = [ ];
flowchart_diagrams = [ ];
content_editable = 0;
disable_filename = 0;
toc = [ ];
};
markdown_css = "/Users/username/markdown.css";
highlight_css.__raw = "vim.fn.expand('~/highlight.css')";
port = "8080";
page_title = "\$\{name}";
images_path = "";
filetypes = [ "markdown" ];
theme = "dark";
combine_preview = 0;
combine_preview_auto_refresh = 1;
};
};
};
}