aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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.