From c705b3890779ea05bd910e9d06af8a209bfb6ad8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 4 Apr 2023 17:56:48 +0000 Subject: [PATCH] [docgen] Update README.md skip-checks: true --- README.md | 5 +++++ doc/dressing.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 8a68624..8177b3e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/dressing.txt b/doc/dressing.txt index d5980cb..76cb157 100644 --- a/doc/dressing.txt +++ b/doc/dressing.txt @@ -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