From 15e031c825133e74f057ef120d4ad3a0a30dc0b6 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 10 Dec 2021 01:13:00 +0000 Subject: [PATCH] [docgen] Update README.md skip-checks: true --- README.md | 8 +++++++- doc/dressing.txt | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c044395..f2db431 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,12 @@ require('dressing').setup({ max_width = nil, min_width = 20, + -- Window transparency (0-100) + winblend = 10, + + -- see :help dressing-prompt + prompt_buffer = false, + -- see :help dressing_get_config get_config = nil, }, @@ -170,7 +176,7 @@ require('dressing').setup({ col = 0, border = "rounded", - -- Window options + -- Window transparency (0-100) winblend = 10, -- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%) diff --git a/doc/dressing.txt b/doc/dressing.txt index 2cf2c2a..cfc9e33 100644 --- a/doc/dressing.txt +++ b/doc/dressing.txt @@ -25,6 +25,12 @@ Configure dressing.nvim by calling the setup() function. max_width = nil, min_width = 20, + -- Window transparency (0-100) + winblend = 10, + + -- see :help dressing-prompt + prompt_buffer = false, + -- see :help dressing_get_config get_config = nil, }, @@ -67,7 +73,7 @@ Configure dressing.nvim by calling the setup() function. col = 0, border = "rounded", - -- Window options + -- Window transparency (0-100) winblend = 10, -- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)