mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/typst-vim: switch to mkVimPlugin
This commit is contained in:
parent
f744a7f8a4
commit
66c019d638
2 changed files with 80 additions and 86 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue