helpers/highlight: Add rawType support for string options in the highlight type

This commit is contained in:
Gaetan Lepage 2024-01-17 14:57:55 +01:00 committed by Gaétan Lepage
parent 1f73ae1d94
commit 5ae4714e80
2 changed files with 9 additions and 6 deletions

View file

@ -3,6 +3,9 @@
options.termguicolors = true;
highlight = {
Normal.fg = "#ff0000";
# With raw
Normal.bg.__raw = "'#00ff00'";
};
};
}