mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-24 04:15:18 +00:00
colorizer: fix virtualtext mode
This commit is contained in:
parent
2174c17a46
commit
a70f7ff8ca
2 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
mode = mkOption {
|
||||
description = "Set the display mode";
|
||||
type = nullOr (enum ["foreground" "background"]);
|
||||
type = nullOr (enum ["foreground" "background" "virtualtext"]);
|
||||
default = null;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue