10 lines
118 B
Nix
10 lines
118 B
Nix
{
|
|
plugins.typst-preview = {
|
|
enable = true;
|
|
lazyLoad.settings.ft = [
|
|
"typst"
|
|
"typ"
|
|
];
|
|
};
|
|
}
|