return { { "stevearc/dressing.nvim", opts = { input = { enabled = true, -- When true, will close the modal insert_only = true, -- These are passed to nvim_open_win border = "rounded", -- 'editor' and 'win' will default to being centered relative = "cursor", mappings = { n = { [""] = "Close", [""] = "Confirm", }, i = { [""] = "Close", [""] = "Confirm", [""] = "HistoryPrev", [""] = "HistoryNext", }, }, }, select = { -- Set to false to disable the vim.ui.select implementation enabled = true, nui = { border = { style = "rounded", }, } }, builtin = { border = "rounded", -- 'editor' and 'win' will default to being centered relative = "editor", } } } }