We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2174c17 + a70f7ff commit 39345e5Copy full SHA for 39345e5
docs/manual/release-notes/rl-0.9.md
@@ -242,6 +242,7 @@ https://github.com/gorbit99/codewindow.nvim
242
[Ladas552](https://github.com/Ladas552)
243
244
- Changed `withRuby` to not be enabled by default
245
+- Fix virtualtext mode in colorizer
246
247
[horriblename](https://github.com/horriblename):
248
modules/plugins/ui/colorizer/colorizer.nix
@@ -80,7 +80,7 @@
80
81
mode = mkOption {
82
description = "Set the display mode";
83
- type = nullOr (enum ["foreground" "background"]);
+ type = nullOr (enum ["foreground" "background" "virtualtext"]);
84
default = null;
85
};
86
0 commit comments