mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
helpers/highlight: Add rawType support for string options in the highlight type
This commit is contained in:
parent
1f73ae1d94
commit
5ae4714e80
2 changed files with 9 additions and 6 deletions
|
@ -3,6 +3,9 @@
|
|||
options.termguicolors = true;
|
||||
highlight = {
|
||||
Normal.fg = "#ff0000";
|
||||
|
||||
# With raw
|
||||
Normal.bg.__raw = "'#00ff00'";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue