wip lazy load plugin

This commit is contained in:
Kopatz
2025-11-07 14:27:24 +01:00
parent f78899b758
commit b9b72afbaf
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
{
plugins.typst-preview = {
enable = true;
lazyLoad.settings.ft = [
"typst"
"typ"
];
};
}