From 324f8f16e0743fe09735d77d4aeb538d28ee30cc Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Tue, 4 Apr 2023 10:54:52 -0700 Subject: [PATCH] feat: provide better default window options for vim.ui.input (#94) --- lua/dressing/config.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/dressing/config.lua b/lua/dressing/config.lua index 1961891..62fd001 100644 --- a/lua/dressing/config.lua +++ b/lua/dressing/config.lua @@ -35,6 +35,11 @@ local default_config = { 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