From 93a3354ae3fdc6b6f55ce535c432c03e681b7939 Mon Sep 17 00:00:00 2001 From: akiyosi Date: Mon, 26 Feb 2024 22:34:37 +0900 Subject: [PATCH] Add doc for EnableBackgroundBlur, ShowMessageSeparators --- runtime/doc/goneovim.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runtime/doc/goneovim.txt b/runtime/doc/goneovim.txt index 5697bee3..db334cd7 100644 --- a/runtime/doc/goneovim.txt +++ b/runtime/doc/goneovim.txt @@ -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 @@ -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.