mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/typst: add options
This commit is contained in:
parent
440c449c0a
commit
c2ccb2dfab
2 changed files with 60 additions and 15 deletions
|
@ -7,9 +7,12 @@
|
|||
plugins.typst-vim = {
|
||||
enable = true;
|
||||
|
||||
cmd = "typst";
|
||||
pdfViewer = "zathura";
|
||||
concealMath = false;
|
||||
autoCloseToc = false;
|
||||
keymaps = {
|
||||
silent = true;
|
||||
|
||||
watch = "<leader>w";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue