mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 12:02:00 +00:00
colorizer: fix virtualtext mode
This commit is contained in:
parent
2174c17a46
commit
a70f7ff8ca
2 changed files with 2 additions and 1 deletions
|
|
@ -242,6 +242,7 @@ https://github.com/gorbit99/codewindow.nvim
|
||||||
[Ladas552](https://github.com/Ladas552)
|
[Ladas552](https://github.com/Ladas552)
|
||||||
|
|
||||||
- Changed `withRuby` to not be enabled by default
|
- Changed `withRuby` to not be enabled by default
|
||||||
|
- Fix virtualtext mode in colorizer
|
||||||
|
|
||||||
[horriblename](https://github.com/horriblename):
|
[horriblename](https://github.com/horriblename):
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
mode = mkOption {
|
mode = mkOption {
|
||||||
description = "Set the display mode";
|
description = "Set the display mode";
|
||||||
type = nullOr (enum ["foreground" "background"]);
|
type = nullOr (enum ["foreground" "background" "virtualtext"]);
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue