return { "cshuaimin/ssr.nvim", keys = { { "sR", function() require("ssr").open() end, mode = { "n", "x" }, desc = "Structural search/replace", }, }, opts = { border = "rounded", min_width = 50, min_height = 5, max_width = 120, max_height = 25, adjust_window = true, keymaps = { close = "q", next_match = "n", prev_match = "N", replace_confirm = "", replace_all = "", }, }, }