return { "stevearc/dressing.nvim", -- `vim.ui.select()` and `vim.ui.input()` can be used from the start. lazy = false, opts = { input = { insert_only = false, -- changes to Normal mode mappings = { n = { [""] = "Close", }, i = { [""] = "HistoryPrev", [""] = "HistoryNext", }, }, }, }, }