lua << EOF require("ssr").setup({ 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 = "", }, }) vim.keymap.set({ "n", "x" }, "sr", function() require("ssr").open() end) EOF