[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-06-05 02:11:05 +00:00
parent a59218e110
commit 55ce0400b2
2 changed files with 18 additions and 0 deletions

View File

@ -197,8 +197,17 @@ require('dressing').setup({
border = {
style = "rounded",
},
buf_options = {
swapfile = false,
filetype = "DressingSelect",
},
win_options = {
winblend = 10,
},
max_width = 80,
max_height = 40,
min_width = 40,
min_height = 10,
},
-- Options for built-in selector

View File

@ -86,8 +86,17 @@ Configure dressing.nvim by calling the setup() function.
border = {
style = "rounded",
},
buf_options = {
swapfile = false,
filetype = "DressingSelect",
},
win_options = {
winblend = 10,
},
max_width = 80,
max_height = 40,
min_width = 40,
min_height = 10,
},
-- Options for built-in selector