From e626fd9ad59ba6fad643e6ebe8d9bd31927876bd Mon Sep 17 00:00:00 2001 From: sxyazi Date: Mon, 16 Oct 2023 00:58:48 +0800 Subject: [PATCH] .. [no ci] --- plugin/preset/ui.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugin/preset/ui.lua b/plugin/preset/ui.lua index 6f208dce..13d9c410 100644 --- a/plugin/preset/ui.lua +++ b/plugin/preset/ui.lua @@ -8,6 +8,13 @@ ui = { HORIZONTAL = false, VERTICAL = true, }, + Position = { + NONE = 0, + TOP = 1, + RIGHT = 2, + BOTTOM = 3, + LEFT = 4, + }, } function ui.highlight_ranges(s, ranges)