2023-05-26 11:00:04 +02:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.typst-vim.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
example = {
|
|
|
|
plugins.typst-vim = {
|
|
|
|
enable = true;
|
|
|
|
|
2024-02-13 16:56:32 +01:00
|
|
|
settings = {
|
|
|
|
cmd = "typst";
|
|
|
|
pdf_viewer = "zathura";
|
2024-09-08 13:52:18 +01:00
|
|
|
conceal_math = 0;
|
|
|
|
auto_close_toc = 0;
|
2024-02-13 16:56:32 +01:00
|
|
|
};
|
|
|
|
|
2023-05-26 11:00:04 +02:00
|
|
|
keymaps = {
|
|
|
|
silent = true;
|
|
|
|
watch = "<leader>w";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-14 09:37:04 -05:00
|
|
|
|
|
|
|
no-packages = {
|
2025-04-07 17:10:53 +02:00
|
|
|
plugins.typst-vim.enable = true;
|
|
|
|
dependencies.typst.enable = false;
|
2024-09-14 09:37:04 -05:00
|
|
|
};
|
2023-05-26 11:00:04 +02:00
|
|
|
}
|