diff --git a/modules/plugins/languages/typst.nix b/modules/plugins/languages/typst.nix index da3b462d..32bce676 100644 --- a/modules/plugins/languages/typst.nix +++ b/modules/plugins/languages/typst.nix @@ -193,6 +193,12 @@ in { type = str; default = getExe pkgs.typst; description = "Where should typst-concealer look for your typst binary?"; + example = ''lib.getExe pkgs.typst''; + }; + conceal_in_normal = mkOption { + type = nullOr bool; + default = null; + description = "Should typst-concealer still conceal when the normal mode cursor goes over a line."; }; }; };