[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2021-12-10 01:13:00 +00:00 committed by Steven Arcangeli
parent 43dd74f512
commit 15e031c825
2 changed files with 14 additions and 2 deletions

View File

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

View File

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