Skip to content

Commit 39345e5

Browse files
authored
Merge pull request #1425 from Ladas552/colorizer-virtualtext
colorizer: fix virtualtext mode
2 parents 2174c17 + a70f7ff commit 39345e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/manual/release-notes/rl-0.9.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ https://github.com/gorbit99/codewindow.nvim
242242
[Ladas552](https://github.com/Ladas552)
243243
244244
- Changed `withRuby` to not be enabled by default
245+
- Fix virtualtext mode in colorizer
245246
246247
[horriblename](https://github.com/horriblename):
247248

modules/plugins/ui/colorizer/colorizer.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
mode = mkOption {
8282
description = "Set the display mode";
83-
type = nullOr (enum ["foreground" "background"]);
83+
type = nullOr (enum ["foreground" "background" "virtualtext"]);
8484
default = null;
8585
};
8686

0 commit comments

Comments
 (0)