mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
docs: clipboard, eval #33223
This commit is contained in:
@@ -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' },
|
||||
|
Reference in New Issue
Block a user