plugins/typst-vim: switch to mkVimPlugin

This commit is contained in:
Gaetan Lepage 2024-02-13 16:56:32 +01:00 committed by Gaétan Lepage
parent f744a7f8a4
commit 66c019d638
2 changed files with 80 additions and 86 deletions

View file

@ -7,10 +7,13 @@
plugins.typst-vim = {
enable = true;
cmd = "typst";
pdfViewer = "zathura";
concealMath = false;
autoCloseToc = false;
settings = {
cmd = "typst";
pdf_viewer = "zathura";
conceal_math = false;
auto_close_toc = false;
};
keymaps = {
silent = true;
watch = "<leader>w";