feat: provide better default window options for vim.ui.input (#94)

This commit is contained in:
Steven Arcangeli 2023-04-04 10:54:52 -07:00
parent 5f44f82948
commit 324f8f16e0
1 changed files with 5 additions and 0 deletions

View File

@ -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