Skip to content

Commit

Permalink
Add doc for EnableBackgroundBlur, ShowMessageSeparators
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Feb 26, 2024
1 parent 1c13987 commit 93a3354
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/doc/goneovim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ All Options are follows:
## Controls whether the title bar is displayed when the borderless
## window setting is enabled.
# HideTitlebar = false
## EnableBackgroundBlur applies a translucent Blur/Acrylic effect to the window
## background.
EnableBackgroundBlur = false
## Editor minimum window width (>= 400)
# Width = 800
Expand Down Expand Up @@ -590,6 +594,8 @@ All Options are follows:
[Message]
## Specifies the opacity of the message window.
# Transparent = 1.0
## ShowMessageSeparators displays separators in the message window.
# ShowMessageSeparators = false
## Configure externalized tabline UI.
Expand Down

0 comments on commit 93a3354

Please sign in to comment.