local M = { 'stevearc/dressing.nvim' } M.lazy = false M.opts = { input = { insert_only = false, -- changes to Normal mode mappings = { n = { [''] = 'Close', }, i = { [''] = 'HistoryPrev', [''] = 'HistoryNext', }, }, }, } return M