From 0847c02962a1cdf12528cf306f74633288369160 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 21 Apr 2025 23:38:46 +0200 Subject: feat(ui): support 'winborder' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca52b231..d12e7a20 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,8 @@ local DEFAULT_SETTINGS = { ---@since 1.0.0 -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. - border = "none", + -- Defaults to `:h 'winborder'` if nil. + border = nil, ---@since 1.11.0 -- The backdrop opacity. 0 is fully opaque, 100 is fully transparent. -- cgit v1.3.1