Files
nix-config/home-manager/nixvim/typst-preview.nix
2025-11-07 14:27:24 +01:00

10 lines
118 B
Nix

{
plugins.typst-preview = {
enable = true;
lazyLoad.settings.ft = [
"typst"
"typ"
];
};
}