mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-04 20:52:21 +00:00
allow ["|" "HighlightGroup"] for border char
This commit is contained in:
parent
5c9746aa30
commit
de19f0249a
2 changed files with 4 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
|||
in {
|
||||
inherit extraPluginType fromInputs pluginType;
|
||||
|
||||
borderType = either (enum borderPresets) (listOf str);
|
||||
borderType = either (enum borderPresets) (listOf (either str (listOf str)));
|
||||
|
||||
pluginsOpt = {
|
||||
description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue