mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
add the newer conceal_in_normal option
This commit is contained in:
parent
c4a62259d2
commit
1d17c4b243
1 changed files with 6 additions and 0 deletions
|
|
@ -193,6 +193,12 @@ in {
|
||||||
type = str;
|
type = str;
|
||||||
default = getExe pkgs.typst;
|
default = getExe pkgs.typst;
|
||||||
description = "Where should typst-concealer look for your typst binary?";
|
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.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue