plugins/typst: add options

This commit is contained in:
Gaetan Lepage 2023-11-17 19:44:54 +01:00 committed by Gaétan Lepage
parent 440c449c0a
commit c2ccb2dfab
2 changed files with 60 additions and 15 deletions

View file

@ -7,9 +7,12 @@
plugins.typst-vim = {
enable = true;
cmd = "typst";
pdfViewer = "zathura";
concealMath = false;
autoCloseToc = false;
keymaps = {
silent = true;
watch = "<leader>w";
};
};