allow ["|" "HighlightGroup"] for border char

This commit is contained in:
Pei Yang Ching 2024-07-17 12:48:56 +02:00
commit de19f0249a
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,9 @@ in {
If a list is given, it should have a length of eight or any divisor of
eight. The array will specify the eight chars building up the border in
a clockwise fashion starting with the top-left corner.
a clockwise fashion starting with the top-left corner. You can specify
a different highlight group for each character by passing a
[char, "YourHighlightGroup"] instead
'';
example = ["" "" "" "" "" "" "" ""];
};