From 57d99a515f57454370b6c122545ea53685d22d1b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 5 Apr 2025 06:01:40 -0700 Subject: docs: clipboard, eval #33223 --- src/nvim/options.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/nvim/options.lua') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index a5171ed58b..cdec78513a 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -10263,13 +10263,13 @@ local options = { desc = [=[ Defines the default border style of floating windows. The default value is empty, which is equivalent to "none". Valid values include: + - "bold": Bold line box. + - "double": Double-line box. - "none": No border. - - "single": A single line box. - - "double": A double line box. - "rounded": Like "single", but with rounded corners ("╭" etc.). + - "shadow": Drop shadow effect, by blending with the background. + - "single": Single-line box. - "solid": Adds padding by a single whitespace cell. - - "shadow": A drop shadow effect by blending with the background. - - "bold": A bold line box. ]=], full_name = 'winborder', scope = { 'global' }, -- cgit