Skip to content

Commit

Permalink
[docgen] Update README.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Dec 5, 2022
1 parent c7eda5a commit ed44aa7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,13 @@ require('dressing').setup({
max_width = { 140, 0.9 },
min_width = { 20, 0.2 },

-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
buf_options = {},
win_options = {
-- Window transparency (0-100)
winblend = 10,
-- Disable line wrapping
wrap = false,
},

-- Set to `false` to disable
mappings = {
Expand Down Expand Up @@ -234,10 +237,11 @@ require('dressing').setup({
-- 'editor' and 'win' will default to being centered
relative = "editor",

-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
buf_options = {},
win_options = {
-- Window transparency (0-100)
winblend = 10,
},

-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
-- the min_ and max_ options can be a list of mixed types.
Expand Down
20 changes: 12 additions & 8 deletions doc/dressing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ Configure dressing.nvim by calling the setup() function.
max_width = { 140, 0.9 },
min_width = { 20, 0.2 },
-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
buf_options = {},
win_options = {
-- Window transparency (0-100)
winblend = 10,
-- Disable line wrapping
wrap = false,
},
-- Set to `false` to disable
mappings = {
Expand Down Expand Up @@ -124,10 +127,11 @@ Configure dressing.nvim by calling the setup() function.
-- 'editor' and 'win' will default to being centered
relative = "editor",
-- Window transparency (0-100)
winblend = 10,
-- Change default highlight groups (see :help winhl)
winhighlight = "",
buf_options = {},
win_options = {
-- Window transparency (0-100)
winblend = 10,
},
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
-- the min_ and max_ options can be a list of mixed types.
Expand Down

0 comments on commit ed44aa7

Please sign in to comment.