From 216cc893bf1b3aa755e1e26243d1f438d5ebb0ca Mon Sep 17 00:00:00 2001 From: glepnir Date: Mon, 31 Mar 2025 21:39:50 +0800 Subject: feat(float): 'winborder' "bold" style #33189 --- runtime/lua/vim/_meta/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/lua/vim/_meta') diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 9ff4770e7c..8a582ada23 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -7893,8 +7893,9 @@ vim.wo.winbl = vim.wo.winblend --- - "rounded": Like "single", but with rounded corners ("╭" etc.). --- - "solid": Adds padding by a single whitespace cell. --- - "shadow": A drop shadow effect by blending with the background. +--- - "bold": A bold line box. --- ---- @type ''|'double'|'single'|'shadow'|'rounded'|'solid'|'none' +--- @type ''|'double'|'single'|'shadow'|'rounded'|'solid'|'bold'|'none' vim.o.winborder = "" vim.go.winborder = vim.o.winborder -- cgit