feat(float): 'winborder' "bold" style #33189

This commit is contained in:
glepnir
2025-03-31 21:39:50 +08:00
committed by GitHub
parent 57b4fb5c53
commit 216cc893bf
6 changed files with 31 additions and 495 deletions

View File

@@ -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