plugins/typst-vim: use typstPackage

This commit is contained in:
Austin Horstman 2024-09-14 09:37:04 -05:00
parent dfea178590
commit 6bf63e8871
No known key found for this signature in database
2 changed files with 14 additions and 3 deletions

View file

@ -20,4 +20,11 @@
};
};
};
no-packages = {
plugins.typst-vim = {
enable = true;
typstPackage = null;
};
};
}