colorizer: fix virtualtext mode

This commit is contained in:
Ladas552 2026-02-21 14:33:27 +05:00
commit a70f7ff8ca
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -242,6 +242,7 @@ https://github.com/gorbit99/codewindow.nvim
[Ladas552](https://github.com/Ladas552)
- Changed `withRuby` to not be enabled by default
- Fix virtualtext mode in colorizer
[horriblename](https://github.com/horriblename):

View file

@ -80,7 +80,7 @@
mode = mkOption {
description = "Set the display mode";
type = nullOr (enum ["foreground" "background"]);
type = nullOr (enum ["foreground" "background" "virtualtext"]);
default = null;
};