mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
helpers/types: allow highlight.ctypes to accept a string
This commit is contained in:
parent
38a4fc7709
commit
776cc84ad1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ in
|
|||
default = mkNullOrOption bool "Don't override existing definition.";
|
||||
ctermfg = mkNullOrStr "Sets foreground of cterm color.";
|
||||
ctermbg = mkNullOrStr "Sets background of cterm color.";
|
||||
cterm = mkNullOrOption attrs ''
|
||||
cterm = mkNullOrOption (either str attrs) ''
|
||||
cterm attribute map, like |highlight-args|.
|
||||
If not set, cterm attributes will match those from the attribute map documented above.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue