mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/typst-vim: use typstPackage
This commit is contained in:
parent
dfea178590
commit
6bf63e8871
2 changed files with 14 additions and 3 deletions
|
@ -20,4 +20,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.typst-vim = {
|
||||
enable = true;
|
||||
typstPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue