[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2023-04-04 17:56:48 +00:00
parent 324f8f16e0
commit c705b38907
2 changed files with 10 additions and 0 deletions

View File

@ -152,6 +152,11 @@ require('dressing').setup({
winblend = 10,
-- Disable line wrapping
wrap = false,
-- Indicator for when text exceeds window
list = true,
listchars = "precedes:…,extends:…",
-- Increase this for more context when text scrolls off the window
sidescrolloff = 0,
},
-- Set to `false` to disable

View File

@ -42,6 +42,11 @@ Configure dressing.nvim by calling the setup() function.
winblend = 10,
-- Disable line wrapping
wrap = false,
-- Indicator for when text exceeds window
list = true,
listchars = "precedes:…,extends:…",
-- Increase this for more context when text scrolls off the window
sidescrolloff = 0,
},
-- Set to `false` to disable