[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2021-12-19 04:22:46 +00:00
parent c856074771
commit 0bb73bc2bd
2 changed files with 8 additions and 0 deletions

View File

@ -137,6 +137,8 @@ require('dressing').setup({
-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
-- see :help dressing_get_config
get_config = nil,
@ -182,6 +184,8 @@ require('dressing').setup({
-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
width = nil,

View File

@ -27,6 +27,8 @@ Configure dressing.nvim by calling the setup() function.
-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
-- see :help dressing_get_config
get_config = nil,
@ -72,6 +74,8 @@ Configure dressing.nvim by calling the setup() function.
-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
width = nil,